[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2014-09-24 Thread Bryce Nesbitt
See also the pip issues, which I found to be at the heart of virtualenv issues https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1373254 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2014-07-29 Thread Julien Eid
This is still a confirmed issue for us on 13.04 and 14.04. Debian has a fix merged already for multiple months and the workaround is not very good for those who need to package their applications and cannot update virtualenv using pip or mess with /usr/lib/python. Is it possible we can get the fix

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-12-09 Thread Wim Feijen
sudo pip install --upgrade virtualenv works for me, on Ubuntu 13.10. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sysconfigdata_nd.py missing in /usr/lib/python2.7/ To mana

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-07-25 Thread arky
Here is workaround for 13.04 cd /usr/lib/python2.7 sudo ln -s plat-x86_64-linux-gnu/_sysconfigdata_nd.py . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sysconfigdata_nd.py missing

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-05-23 Thread Roberto Longobardi
With lubuntu 13.04, "sudo pip install --upgrade virtualenv" actually resolves the problem. You will need to install pip, using "sudo apt-get install python-pip" first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-05-05 Thread Karel Vervaeke
sudo pip install --upgrade virtualenv did not seem to solve the problem in my case. The workaround from comment #4 did. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sysconfigdata_n

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-05-05 Thread Dražen Lučanin
Yup, as Mar-castelluccio said - the problem could be in the currently packaged version of virtualenv. After upgrading to the latest version in the Cheese shop sudo pip install --upgrade virtualenv the problem seems to be fixed. -- You received this bug notification because you are a member

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-11 Thread Dmitrijs Ledkovs
Cool, thanks for the update. ** Changed in: virtualenv (Ubuntu) Status: Fix Released => Invalid ** Changed in: python2.7 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-11 Thread Mar-castelluccio
No one said they are fixes. They are workarounds. However the problem was in the in-tree virtualenv in the Firefox source code. ** Changed in: virtualenv (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-11 Thread Dmitrijs Ledkovs
Python has been recently multiarched, virtualenv should be fixed to include multiarch python locations. The comment #4 nor #7 are not "fixes" they just break co-installing python for multiple architectures. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Daniel Holbert
Marco's workaround in comment 4 here fixed the problem for me, too (though I used a symlink instead of moving the file). Specifically, I ran these commands: cd /usr/lib/python2.7 ln -s plat-x86_64-linux-gnu/_sysconfigdata_nd.py . and I was able to build firefox after doing that. -- You recei

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: virtualenv (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title:

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Mar-castelluccio
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=837631 ** Bug watch added: Mozilla Bugzilla #837631 https://bugzilla.mozilla.org/show_bug.cgi?id=837631 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Matthias Klose
** Also affects: virtualenv (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sysconfigdata_nd.py missing in /usr/lib/python2.7/ To

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Mar-castelluccio
Moving the file from /usr/lib/python2.7/plat-x86_64-linux-gnu to /usr/lib/python2.7 solved my problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sysconfigdata_nd.py missing in /u

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Mar-castelluccio
This is the build log, when I try to build Firefox: Creating Python environment Cannot find file /usr/include/x86_64-linux-gnu/python2.7 (bad symlink) New python executable in /home/marco/Scrivania/FD/src/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python2.7 Not overwriting existing python scrip

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Matthias Klose
$ dpkg -S _sysconfigdata_nd.py libpython2.7-minimal:amd64: /usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py so it's there, and no, the (closed) Debian issues are not related. so what are you trying to report? ** Changed in: python2.7 (Ubuntu) Status: New => Incomplete -- Y

[Bug 1115466] Re: _sysconfigdata_nd.py missing in /usr/lib/python2.7/

2013-02-04 Thread Mar-castelluccio
Related Debian bugs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695707 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695958 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115466 Title: _sys