View Full Version : Python Errors on Install
edal
April 25th, 2006, 04:22 PM
Hi All
When I try to install the latest version for Dapper I get Python errors:
edal@Athena:~/Desktop/easyubuntu$ sudo python easyubuntu.py
Password:
Traceback (most recent call last):
File "easyubuntu.py", line 12, in ?
replace(confdir)
File "/home/edal/Desktop/easyubuntu/detect.py", line 117, in replace
if repos_URI == line.split()[1]:
UnboundLocalError: local variable 'repos_URI' referenced before assignment
edal@Athena:~/Desktop/easyubuntu$
Does anyone have a clue what's going on?
Ed Almos
raid517
May 3rd, 2006, 07:13 PM
I have a very similar issue if I do:
python easyubuntu.py
I get an error message saying:
Traceback (most recent call last):
file 'easyubuntu.py, line 23, in
import gtk, gtk_glade
File "usr/lib/python2.4/site-packages-2.0/gtk__.py', line 37
from _gtk import*
Import error: /usr/lib/libctairo.so2: undefined symbol: FT_GlyphSlot_Etbolden
Or something to that effect
I have no clue what might be causing this. However itt seems possible i may be missing some libraries - which would also mean it would be very helpful if the dvs included a list of what libraries need to be installed before running the script.
GJ
robotgeek
May 3rd, 2006, 11:39 PM
Please try the beta from http://easyubuntu.freecontrib.org/get.html . You should not have to install ANY extra libraries with the beta.
To be honest, this is the first time I have seen this error.
If it doesn't work with the beta, please file a bug on https://launchpad.net/products/easyubuntu/+bugs
lryer
May 7th, 2006, 07:45 PM
I'm using the 3.0 beta on dapper and getting the following error:
No supported architectures found, please contact authors in #easyubuntu on irc.freenode.net for help
I have already run bumps and gone through the ubuntu wiki restricted formats page, so that may have changes something the script is looking for.
I get a gui window with the easybuntu logo, a set of tabs (with nothing else except the tab), and a choice of buttons for "about" "cancel" and a greyed-out "OK"
robotgeek
May 7th, 2006, 08:33 PM
I'm using the 3.0 beta on dapper and getting the following error:
No supported architectures found, please contact authors in #easyubuntu on irc.freenode.net for help
I have already run bumps and gone through the ubuntu wiki restricted formats page, so that may have changes something the script is looking for.
I get a gui window with the easybuntu logo, a set of tabs (with nothing else except the tab), and a choice of buttons for "about" "cancel" and a greyed-out "OK"
What is the output of the command:
python -c "import os; print os.uname()"
lryer
May 17th, 2006, 01:03 AM
Here's what I got...
('Linux', 'hepzibah', '2.6.15-22-386', '#1 PREEMPT Sun May 7 15:49:09 UTC 2006', 'i586')
In the meantime, easyubuntu worked fine on another, cleaner dapper install, so I figured this machine was getting kludged up, and it was easy to wipe the machine and reinstall. So I just finished that and the update. Now I run easybuntu on this cleaner machine and get the same error message and truncated gui???
odd, not?
lryer
May 17th, 2006, 01:16 AM
On the other hand, the nightly build seems to run just fine.
Nice work, guys!!!
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.