[Bug 374860] [NEW] isympy doesn't start

Miguel Barao mjsb at netcabo.pt
Mon May 11 13:01:19 UTC 2009


Public bug reported:

Installed python-sympy-0.6.3-1 package on Jaunty.

Running isympy on terminal gives the following error:
(...)
  File "/usr/share/pypy-1.0/pypy/config/autopath.py", line 120, in <module>
    pypydir, this_dir = __dirinfo('pypy')
  File "/usr/share/pypy-1.0/pypy/config/autopath.py", line 51, in __dirinfo
    error)
EnvironmentError: Invalid source tree - bogus checkout! Cannot find '/usr/share/pypy-1.0/py/__init__.py'


The reason seems to be a typo in "/usr/share/pypy-1.0/pypy/config/autopath.py", line 42.
Replacing
  checkfile = os.path.join(partdir, os.pardir, 'py', '__init__.py')
with
  checkfile = os.path.join(partdir, os.pardir, 'pypy', '__init__.py')
solves the issue.

** Affects: sympy (Ubuntu)
     Importance: Undecided
         Status: New

-- 
isympy doesn't start
https://bugs.launchpad.net/bugs/374860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list