Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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

this is related to Trac ticket #43

comment:2 Changed 10 years ago by jemian

  • Resolution set to fixed
  • Status changed from new to closed

In 1349:

fixes #43 fixes #44

comment:3 Changed 10 years ago by jemian

In 1357:

refs #44: more consistent with other projects, fixes #41: rebranding appears to be complete

Note: See TracTickets for help on using tickets.