You are not logged in.

#1 2008-01-20 13:36:58

Piero Ferraz
Member
From: Brazil - São Paulo
Registered: 2008-01-20
Posts: 5

wine-doors error

HI look my problem

[root@prodigy wine-doors-0.1.1]# python setup.py install
Performing system install with parameters: /  /
Installing system base libraries
Symlinking icons
Symlinking executable
Setting permissions
Creating initial preferences
Checking dependencies
  wine . . .  Found
  cabextract . . .  Found
  tar . . .  Found
  orange . . .  Found
  ps . . .  Found
No protocol specified
/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
  pygtk . . .  Found
  pycairo . . .  Found
  rsvg . . .  Found
[root@prodigy wine-doors-0.1.1]#

and

[cyber@prodigy ~]$ wine-doors
Created log file: wine-doors.log
Debug:          in path: /home/cyber/.wine-doors
Started logging session
Debug: Xoring all/installed to create available
Traceback (most recent call last):
  File "/usr/bin/wine-doors", line 92, in <module>
    import gtk, ui
  File "/usr/share/wine-doors/src/ui.py", line 19, in <module>
    import dbus
ImportError: No module named dbus
[cyber@prodigy ~]$

please,     
How can I fix it?

Last edited by Piero Ferraz (2008-01-26 16:31:37)

Offline

#2 2008-01-20 14:56:02

miraman
Member
From: Blumenau, SC, Brasil
Registered: 2006-09-25
Posts: 18

Re: wine-doors error

You need to install dbus-python

Offline

#3 2008-01-20 18:19:06

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: wine-doors error

Hmm wine-doors looks interesting.. smile

Offline

#4 2008-01-20 19:00:11

chimeric
Member
From: Munich, Germany
Registered: 2007-10-07
Posts: 254
Website

Re: wine-doors error

Hi, why do you build it yourself, it's in AUR, I'd suggest you try to install that one instead.

Offline

#5 2008-01-20 19:10:17

Piero Ferraz
Member
From: Brazil - São Paulo
Registered: 2008-01-20
Posts: 5

Re: wine-doors error

I install dbus-python   and work now

I have other error ¬¬

http://img511.imageshack.us/img511/9224 … t15bx5.jpg


I will try by aur if they can not, I will quit and use virtualbox


[cyber@prodigy ~]$ wine-doors
Debug: Opened log file: wine-doors.log
Debug:         in path: /home/cyber/.wine-doors
Started logging session
Debug: Xoring all/installed to create available
Checking wine drive: /home/cyber/.wine/
Debug: wine.py: CheckDrive: Found folder /home/cyber/.wine/
Debug: wine.py: CheckDrive: Found folder ~/.wine-doors/
Debug: wine.py: CheckDrive: Didn't find file /home/cyber/.wine/wine-doors/configured
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Debug: System Base is not a valid repository
Debug:   attempting a reverse lookup
Error: Repo update failed for System Base
Traceback (most recent call last):
  File "/usr/share/wine-doors/src/ui.py", line 241, in on_bt_proceed_clicked
    queue.AddBaseLibraries()
  File "/usr/share/wine-doors/src/queue.py", line 233, in AddBaseLibraries
    packlist.Update( repo )
  File "/usr/share/wine-doors/src/packlist.py", line 252, in Update
    log.Debug( "Checking for available applications in " + repo )
TypeError: cannot concatenate 'str' and 'NoneType' objects
Traceback (most recent call last):
  File "/usr/bin/wine-doors", line 97, in <module>
    gtk.main()
KeyboardInterrupt
[cyber@prodigy ~]$

Offline

#6 2008-01-25 15:29:43

mirosol
Member
From: Turku, Finland
Registered: 2007-12-11
Posts: 10

Re: wine-doors error

Hi. I'm getting this error with wine-doors...

[mirosol@dhcppc0 ~]$ wine-doors
Started logging session
Checking wine drive: /home/mirosol/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: No such file : /tmp/System Base.xml
Traceback (most recent call last):
  File "/opt/wine-doors/src/ui.py", line 263, in on_bt_proceed_clicked
    queue.AddBaseLibraries()
  File "/opt/wine-doors/src/queue.py", line 261, in AddBaseLibraries
    packlist.Update( repo )
  File "/opt/wine-doors/src/packlist.py", line 274, in Update
    self.Parse( local_file )
  File "/opt/wine-doors/src/packlist.py", line 239, in Parse
    parser.parse( xmlfile )
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 103, in parse
    source = saxutils.prepare_input_source(source)
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
    f = urllib2.urlopen(source.getSystemId())
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 366, in open
    protocol = req.get_type()
  File "/usr/lib/python2.5/urllib2.py", line 241, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /tmp/System Base.xml

Any ideads?


GaragePunkRock'n'Roll!!!

Offline

#7 2008-01-26 13:38:33

Piero Ferraz
Member
From: Brazil - São Paulo
Registered: 2008-01-20
Posts: 5

Re: wine-doors error

mirosol wrote:

Hi. I'm getting this error with wine-doors...

[mirosol@dhcppc0 ~]$ wine-doors
Started logging session
Checking wine drive: /home/mirosol/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: No such file : /tmp/System Base.xml
Traceback (most recent call last):
  File "/opt/wine-doors/src/ui.py", line 263, in on_bt_proceed_clicked
    queue.AddBaseLibraries()
  File "/opt/wine-doors/src/queue.py", line 261, in AddBaseLibraries
    packlist.Update( repo )
  File "/opt/wine-doors/src/packlist.py", line 274, in Update
    self.Parse( local_file )
  File "/opt/wine-doors/src/packlist.py", line 239, in Parse
    parser.parse( xmlfile )
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 103, in parse
    source = saxutils.prepare_input_source(source)
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
    f = urllib2.urlopen(source.getSystemId())
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 366, in open
    protocol = req.get_type()
  File "/usr/lib/python2.5/urllib2.py", line 241, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /tmp/System Base.xml

Any ideads?

yes     
It is exactly the same problem 

please help

[cyber@prodigy /]$ wine-doors
Started logging session
Checking wine drive: /home/cyber/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: No such file : /tmp/System Base.xml
Traceback (most recent call last):
  File "/opt/wine-doors/src/ui.py", line 263, in on_bt_proceed_clicked
    queue.AddBaseLibraries()
  File "/opt/wine-doors/src/queue.py", line 261, in AddBaseLibraries
    packlist.Update( repo )
  File "/opt/wine-doors/src/packlist.py", line 274, in Update
    self.Parse( local_file )
  File "/opt/wine-doors/src/packlist.py", line 239, in Parse
    parser.parse( xmlfile )
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 103, in parse
    source = saxutils.prepare_input_source(source)
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
    f = urllib2.urlopen(source.getSystemId())
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 366, in open
    protocol = req.get_type()
  File "/usr/lib/python2.5/urllib2.py", line 241, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /tmp/System Base.xml
c^ caught.  Quitting.

Offline

#8 2008-01-27 13:25:36

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: wine-doors error

Same problem here.

Regards

Offline

#9 2008-01-28 16:00:33

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: wine-doors error

me too, same problem here.

Offline

#10 2008-02-01 17:44:59

fettouhi
Member
Registered: 2007-05-07
Posts: 745

Re: wine-doors error

Has anybody been to get wine-doors 0.1.2 working on arch yet?

Regards

André

Offline

#11 2008-02-01 17:53:37

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: wine-doors error

i never got it working, "strangely" that goes for a lot of python apps... Anyway, playonlinux seems more sturdy and better to me, it's also made by a guy that knows a lot about wine... the guy over at wine-review.blogspot.com


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#12 2008-02-06 12:36:10

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: wine-doors error

Dear all,

try the last wine-doors update in AUR. I've correct the bug. Remove the existing $HOME/.wine/wine-doors/preferences.xml.

morellik

Offline

#13 2008-02-07 18:19:29

Zeqadious
Member
From: New York, USA
Registered: 2007-10-15
Posts: 55
Website

Re: wine-doors error

Latest PKGBUILD works great.  I think this program is a great step toward simplicity with wine for the end-user, if I can only find out why my fonts all dissapear from wine applications after using wine-doors to install ie 6...

Zeq


"Till shade is gone, till water is gone, into the Shadow with teeth bared, screaming defiance with the last breath, to spit in Sightblinder's eye on the Last Day"

Offline

Board footer

Powered by FluxBB