openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #00783
[Bug 459148] Re: OpenShot won't launch - invalid literal for int error
Yes, as specified, I completed the install in the following order:
1. I installed the dependencies for 32-bit 9.04 from the site (not the PPA, the deb files)
2. I installed openshot.deb
That worked -- for a time; I still have no idea what caused it to *stop*
working.
When it stopped working, I tried the build script, which I believe
covers both the dependencies and the app itself.
When that returned the same error, I tried the dpkg files again, first
removing the /usr/share/openshot directory.
I also tried dpkg --purge and reinstalling. Same error.
To provide another reference point, I have another Ubuntu-based system
(actually technically the audio distribution 64 Studio, but built on
Jaunty) on a netbook. There, it seems that because the netbook distro is
a little trimmed down, I'm missing some stuff -- which Glade packages
are necessary? At least I can compare my results on that system if I can
install those Glade and icon dependencies. (I don't see a Python-
specific Glade package, so do you just use the main Glade stuff?)
Thanks.
--
OpenShot won't launch - invalid literal for int error
https://bugs.launchpad.net/bugs/459148
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
I'm using Ubuntu 9.04 32-bit. Installation went perfectly with the new deb installers, and I even opened up the app and edited and exported without incident. Restarted the system, again opened the app and edited... and then suddenly saw a crash (unfortunately didn't log anything)
Now any time I try to launch the app, I see the following:
Traceback (most recent call last):
File "/usr/local/bin/openshot", line 50, in <module>
main()
File "/usr/share/openshot/openshot.py", line 40, in main
File "/usr/share/openshot/classes/lock.py", line 69, in check_pid
ValueError: invalid literal for int() with base 10: ''
So I removed the packages and tried the build wizard, but I'm getting the same error. I see some bugs to which this appears similar, but it appears the specific conditions here are slightly different.
References