[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

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 from Debian merged?

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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.launchpad.net/bugs/1115466

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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://bugs.launchpad.net/bugs/1115466

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1115466

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1115466

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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.net/bugs/1115466

Title:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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 script 
/home/marco/Scrivania/FD/src/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python
 (you must use 
/home/marco/Scrivania/FD/src/obj-x86_64-unknown-linux-gnu/_virtualenv/bin/python2.7)
Installing setuptools...
  Complete output from command /home/marco/Scrivani...ualenv/bin/python2.7 -c 
"#!python
\"\"\"Bootstra...sys.argv[1:])




" /home/marco/Scrivani...ols-0.6c11-py2.7.egg:
  Traceback (most recent call last):
  File "", line 278, in 
  File "", line 239, in main
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py",
 line 1712, in main
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py",
 line 1700, in with_ei_usage
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py",
 line 1716, in 
  File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command
cmd_obj.ensure_finalized()
  File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py",
 line 125, in finalize_options
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py",
 line 1121, in _expand
  File "/usr/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
cmd_obj.ensure_finalized()
  File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
  File 
"/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/install.py",
 line 32, in finalize_options
  File "/usr/lib/python2.7/distutils/command/install.py", line 321, in 
finalize_options
(prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
  File 
"/home/marco/Scrivania/FD/src/obj-x86_64-unknown-linux-gnu/_virtualenv/lib/python2.7/distutils/__init__.py",
 line 92, in sysconfig_get_config_vars
real_vars = old_get_config_vars(*args)
  File "/usr/lib/python2.7/distutils/sysconfig.py", line 503, in get_config_vars
func()
  File "/usr/lib/python2.7/distutils/sysconfig.py", line 447, in _init_posix
from _sysconfigdata import build_time_vars
  File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in 
from _sysconfigdata_nd import *
ImportError: No module named _sysconfigdata_nd

...Installing setuptools...done.
Traceback (most recent call last):
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
2560, in 
main()
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
964, in main
never_download=options.never_download)
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
1074, in create_environment
search_dirs=search_dirs, never_download=never_download)
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
611, in install_setuptools
search_dirs=search_dirs, never_download=never_download)
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
583, in _install_req
cwd=cwd)
  File "/home/marco/Scrivania/FD/src/python/virtualenv/virtualenv.py", line 
1042, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/marco/Scrivani...ualenv/bin/python2.7 -c "#!python
\"\"\"Bootstra...sys.argv[1:])




" /home/marco/Scrivani...ols-0.6c11-py2.7.egg failed with error code 1
Traceback (most recent call last):
  File "/home/marco/Scrivania/FD/src/build/virtualenv/populate_virtualenv.py", 
line 356, in 
manager.ensure()
  File "/home/marco/Scrivania/FD/src/build/virtualenv/populate_virtualenv.py", 
line 100, in ensure
return self.build()
  File "/home/marco/Scrivania/FD/src/build/virtualenv/populate_virtualenv.py", 
line 290, in build
self.create()
  File "/home/marco/Scrivania/FD/src/build/virtualenv/populate_virtualenv.py", 
line 119, in create
raise Exception('Error creating virtualenv.')
Exception: Error creating virtualenv.

-- 
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/python

[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

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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


[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:
  _sysconfigdata_nd.py missing in /usr/lib/python2.7/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1115466/+subscriptions

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