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
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_
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
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
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
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
** 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
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
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
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:
** 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
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
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
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
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
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.
--
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
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
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
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
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
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
** 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
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
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
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
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
27 matches
Mail list logo