tnarnold / wine-launcher-creator

Automatically exported from code.google.com/p/wine-launcher-creator
1 stars 2 forks source link

wlcreator no gui pop up #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on exe, select Wine Launcher Creator
2.
3.

What is the expected output? What do you see instead?

Expected a gui pop up, but no gui at all and no error

so i ran it from the terminal

heoyea@ - 10:16:51 - ~ 
hist:1519  $ /usr/local/bin/wlcreator.py
Traceback (most recent call last):
  File "/usr/local/bin/wlcreator.py", line 444, in <module>
    main = MainWindow()
  File "/usr/local/bin/wlcreator.py", line 247, in __init__
    self.loadConfig()
  File "/usr/local/bin/wlcreator.py", line 386, in loadConfig
    path = subprocess.check_output(["xdg-user-dir", "DESKTOP"])
AttributeError: 'module' object has no attribute 'check_output'

http://img26.imageshack.us/img26/4434/axis051.png

What version of the product are you using? On what operating system?

using wine-launcher-creator_1.0.2-1_i386.deb
python2.6.6
ubuntu 10.10 32bit

Please provide any additional information below.

Original issue reported on code.google.com by heo...@gmail.com on 23 May 2011 at 5:26

GoogleCodeExporter commented 9 years ago
I'm now on Ubuntu 11.04, but this was developped while I was on 10.10 (and, I 
think I had python 2.7 installed). It seems that check_output function was 
added in python 2.7. Anyway, try 1.0.3 version, this one should work with 
python 2.6, and tell me if it works.

Original comment by zza...@gmail.com on 25 May 2011 at 8:24

GoogleCodeExporter commented 9 years ago
Thanks that worked. Great App, saves me alot of time =)

Original comment by heo...@gmail.com on 26 May 2011 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by zza...@gmail.com on 26 May 2011 at 5:50