novice: help

General support for problems installing or using Deluge
Post Reply
robzane
New User
New User
Posts: 6
Joined: Fri Sep 19, 2008 4:24 pm

novice: help

Post by robzane »

I have problems installing deluge from source code (I have Fedora 9)

[roby@localhost ~]$ cd Download
[roby@localhost Download]$ cd deluge-0.9.09
[roby@localhost deluge-0.9.09]$ python setup.py build
svn: '.' is not a working copy
svn: '/usr/portage/distfiles/svn-src/deluge' is not a working copy
svn: Can't open file '/usr/portage/distfiles/svn-src/deluge/.svn/entries': No such file or directory
Traceback (most recent call last):
File "setup.py", line 120, in <module>
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
File "/usr/lib/python2.5/distutils/sysconfig.py", line 493, in get_config_vars
func()
File "/usr/lib/python2.5/distutils/sysconfig.py", line 352, in _init_posix
raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
[roby@localhost deluge-0.9.09]$
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: novice: help

Post by loki »

Moving topic to support.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: novice: help

Post by andar »

robzane wrote:I have problems installing deluge from source code (I have Fedora 9)

[roby@localhost ~]$ cd Download
[roby@localhost Download]$ cd deluge-0.9.09
[roby@localhost deluge-0.9.09]$ python setup.py build
svn: '.' is not a working copy
svn: '/usr/portage/distfiles/svn-src/deluge' is not a working copy
svn: Can't open file '/usr/portage/distfiles/svn-src/deluge/.svn/entries': No such file or directory
Traceback (most recent call last):
File "setup.py", line 120, in <module>
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
File "/usr/lib/python2.5/distutils/sysconfig.py", line 493, in get_config_vars
func()
File "/usr/lib/python2.5/distutils/sysconfig.py", line 352, in _init_posix
raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
[roby@localhost deluge-0.9.09]$
Looks like your Python installation is screwy.. Not really sure what is going on here.
Post Reply