#44 closed defect (fixed)
APSpy: wx subdirectory name creates some conflicts
Reported by: | jemian | Owned by: | jemian |
---|---|---|---|
Priority: | major | Milestone: | |
Keywords: | Cc: |
Description
users reported problems starting
ipython --pylab
the problems were related to wx not starting properly.
Root case was a conflict between the wx Python package and the wx subdirectory under APSpy. An import wx statement called when starting ipython was not importing wxPython but rather APSpy/wx.
Two solutions:
- do not start ipython from the APSpy directory
- rename the wx directory to avoid this problem
Users reported they have the APSpy directory in their python path so the first suggestion will not solve for them.
Solution: do both of these.
Urge the users to run APSpy from the EPD distribution
Change History (3)
comment:1 Changed 10 years ago by jemian
comment:2 Changed 10 years ago by jemian
- Resolution set to fixed
- Status changed from new to closed
In 1349:
comment:3 Changed 10 years ago by jemian
In 1357:
Note: See
TracTickets for help on using
tickets.
this is related to Trac ticket #43