Re: Re: Version of Editra bundled with wxPython doesn't work on Windows
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Nathan McCorkle wrote: > > > On Tuesday, October 28, 2014 5:34:55 PM UTC-7, > [email protected] wrote: > > The version of Editra that is bundled with wxPython in the "tools" > subdirectory doesn't work on Windows. When I run it, pythonw.exe is > launched, but no window appears, and the process quits after a few > seconds. > > This seems like a serious bug. I would expect that the version of > Editra bundled with wxPython should have the exact same contents as > the source code tarball downloadable from Editra's website, which > does work. > > > What error are you getting? When I try to run > > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\launcher.py", > line 12, in <module> > execfile(launcher) > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\Editra", > line 79, in <module> > main() > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\Editra", > line 74, in main > import Editra > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\src\Editra.py", > line 68, in <module> > import ed_ipc > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\src\ed_ipc.py", > line 61, in <module> > import ed_xml > File "C:\Users\Nathan\version > controlled\ThirdParty\lib\wx-3.0.1-msw-classic\wx\tools\Editra\src\ed_xml.py", > line 22, in <module> > import extern.dexml as dexml > ImportError: No module named dexml > > I found dexml on PyPi, but from their example it doesn't look like the > module is in a package called extern... so I'm not sure what is going on > there. > https://pypi.python.org/pypi/dexml/ The extern package is part of Editra's source code and there is a copy of dexml (and others) there, but it looks like the master package list in wxPython/setup.py didn't get updated to include it. I'll fix that up. -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.