[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-05 Thread Launchpad Bug Tracker
This bug was fixed in the package python3.0 - 3.0.1-0ubuntu11 --- python3.0 (3.0.1-0ubuntu11) jaunty; urgency=low [Matthias Klose] * Update to 20090405 from the release30-maint branch. * Always use the `unix_prefix' scheme for setup.py install in a virtualenv setup. LP: #339

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Krzysztof Klimonda
When installed whole set (new python2.6 and python-virtualenv) everything works fine. I had this fix made before last update and then due to some mirror sync problems i got only virtualenv. I'm not sure if the change made to python2.6 was better than fixing virtualenv itself. Checking for "real_

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Matthias Klose
I'm not sure what this patch is trying to do. please could you explain what doesn't work with the current version, and what the patch is supposed to do? Proposing to open a separate report for this. -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You rec

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Krzysztof Klimonda
And whole shebang.. um, i mean debdiff. ** Attachment added: "python-virtualenv_1.3.3-1ubuntu2.debdiff" http://launchpadlibrarian.net/24809147/python-virtualenv_1.3.3-1ubuntu2.debdiff -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Krzysztof Klimonda
Ok, here is my patch.. it works on python 2.5 and python 2.6 (as python 2.4 is unsupported by Ubuntu 9.04), uses systemtools from ubuntu instead of eggs. ** Attachment added: "patch.diff" http://launchpadlibrarian.net/24804931/patch.diff -- python-virtualenv doesn't work with Python 2.6.x htt

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package python-setuptools - 0.6c9-0ubuntu4 --- python-setuptools (0.6c9-0ubuntu4) jaunty; urgency=low * Update the installation schemes in easy_install to follow the modified distutils install command: - When the --prefix option is used for setup.py

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Matthias Klose
** Changed in: python-virtualenv (Ubuntu) Assignee: William Grant (wgrant) => Matthias Klose (doko) ** Also affects: python-setuptools (Ubuntu) Importance: Undecided Status: New -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Krzysztof Klimonda
It wasn't fixed - at least for now. Maybe you are still cooking the right release ;). imho the best way of fixing it would require some code changes in virtualenv to make it use setuptools provided by ubuntu instead of eggs. -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launc

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package python-virtualenv - 1.3.3-1ubuntu1 --- python-virtualenv (1.3.3-1ubuntu1) jaunty; urgency=low * Correctly set up sys.path for python versions >= 2.6. LP: #339904. * Always use the default name for the site directory in virtualenv. * Fix build fa

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package python2.6 - 2.6.1-1ubuntu10 --- python2.6 (2.6.1-1ubuntu10) jaunty; urgency=low [Matthias Klose] * Always use the `unix_prefix' scheme for setup.py install in a virtualenv setup. LP: #339904. [Marc Deslauriers] * debian/pyhtml2devhelp.py:

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-04 Thread Matthias Klose
** Also affects: python2.6 (Ubuntu) Importance: Undecided Status: New ** Changed in: python2.6 (Ubuntu) Importance: Undecided => Medium ** Changed in: python2.6 (Ubuntu) Status: New => Triaged -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bug

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread William Grant
I recall that my fix was to pass --prefix when running setuptools inside virtualenv - that overrides the default install layout. -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread William Grant
This shouldn't be too hard to fix (I patched it locally myself last week). I'll look at it this weekend. ** Changed in: python-virtualenv (Ubuntu) Importance: Undecided => High ** Changed in: python-virtualenv (Ubuntu) Status: Confirmed => Triaged ** Changed in: python-virtualenv (Ubun

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread Krzysztof Klimonda
Maybe "the right way"(tm) of fixing it would be to make virtualenv use python-setuptools from ubuntu repository? (still not at home.. just random thoughts ;) ) -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because yo

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread Krzysztof Klimonda
This workaround doesn't work with virtualenv from ubuntu repositories. Maybe a bug should be filled to bump python-virtualenv version to 1.3.x ? (After all without another patch virtualenv 1.1 doesn't work with python 2.6) -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread Gavin Carothers
Patching setuptools was not a great idea packagers. Given the common usages of ez_setup.py and other methods of installing setuptools. Anyway, quick work around to get a working python2.5 virtualenv: virtualenv --python=python2.5 py25-ve No need for any symlink monkeying or package patching. --

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread Krzysztof Klimonda
Hmm... python-setuptools package is heavily patched to work with debian/ubuntu python 2.6 installation. I guess that this part of python-setuptools_0.6c9-0ubuntu3.diff.gz should be "ported" to all setuptools eggs that are bundled with python-virtualenv/virtualenv tarballs.. --- python-setuptool

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread Krzysztof Klimonda
Quoting Python 2.6 Ubuntu changelog: "* For locally installed packages, create a directory /usr/local/lib/python2.6/dist-packages. This is the default for installations done with distutils and setuptools. Third party stuff packaged within the distribution goes to /usr/lib/python2.6/dist-packages. T

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread apollo13
I can confirm this bug. A fix would be really nice (but in a way that virtualenv, doesn't need to get patched...) -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-04-01 Thread dennda
I'm having the same *serious* bug (python programmers need virtualenv...). It does work with 2.5 though. Someone mentioned it fails due to some python 2.6 patchery done by ubuntu/debian. (Something dist-packages / site-packages related). Fix needed! -- python-virtualenv doesn't work with Pytho

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-30 Thread Gavin Carothers
Using a newer virtualenv, 1.3.3 does NOT solve this issue. ga...@asfolath ~/P/butcher> virtualenv -v . Creating ./lib/python2.6 Symlinking Python bootstrap modules Symlinking ./lib/python2.6/types.pyc Symlinking ./lib/python2.6/copy_reg.pyc Symlinking ./lib/python2.6/sre_constants.py Symli

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-30 Thread Joe "Rotund" Tennies
I feel this is a big problem as python2.6 is the default /usr/bin/python This becomes a big issue as it crashes by default. -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-25 Thread Markus Korn
** Changed in: python-virtualenv (Ubuntu) Status: In Progress => Confirmed -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-23 Thread Markus Korn
unassigned myself as python-virtualenv fails to build on jaunty and I don't have enough packaging skills to fix this. Will report a separate bug about this. ** Changed in: python-virtualenv (Ubuntu) Assignee: Markus Korn (thekorn) => (unassigned) -- python-virtualenv doesn't work with Pytho

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
I'm going to work on an update for this package over the weekend ** Changed in: python-virtualenv (Ubuntu) Assignee: (unassigned) => Markus Korn (thekorn) Status: Confirmed => In Progress -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You r

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
Thank you for reporting this bug, I'm able to reproduce this bug on my jaunty system ** Changed in: python-virtualenv (Ubuntu) Status: New => Confirmed -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
this issue is unrelated to the linux kernel, closing the linux task ** Changed in: linux (Ubuntu) Status: New => Invalid -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, w