Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#14758 - sk1 wont open v. 0.9.3

Attached to Project: Community Packages
Opened by farid (osc) - Tuesday, 19 May 2009, 02:27 GMT
Last edited by Dan Griffiths (Ghost1227) - Sunday, 31 May 2009, 21:43 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
same error as the previous 0.9.2 version:

shared memory images supported
/usr/lib/python2.6/site-packages/sk1/app/utils/locale_utils.py:9: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import popen2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/sk1/__init__.py", line 19, in <module>
app.main.main()
File "/usr/lib/python2.6/site-packages/sk1/app/main.py", line 150, in main
application = SketchApplication(filename, options.display, options.geometry, run_script = options.run_script)
File "/usr/lib/python2.6/site-packages/sk1/app/skapp.py", line 156, in __init__
self.build_window()
File "/usr/lib/python2.6/site-packages/sk1/app/skapp.py", line 194, in build_window
self.main_window = sK1MainWindow(self, self.filename, self.run_script)
File "/usr/lib/python2.6/site-packages/sk1/app/UI/mainwindow.py", line 113, in __init__
self.build_menu()
File "/usr/lib/python2.6/site-packages/sk1/app/UI/mainwindow.py", line 919, in build_menu
self.update_mru_files()
File "/usr/lib/python2.6/site-packages/sk1/app/UI/mainwindow.py", line 937, in update_mru_files
self.file_menu.RebuildMenu()
File "/usr/lib/python2.6/site-packages/sk1/app/UI/tkext.py", line 468, in RebuildMenu
self.menu.delete(0, END)
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 2675, in delete
self.deletecommand(c)
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 358, in deletecommand
self.tk.deletecommand(name)
TclError: can't delete Tcl command


Additional info:
* package version(s)

0.9.3
* config and/or log files etc.


Steps to reproduce:
open sk1 from the terminal

This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Sunday, 31 May 2009, 21:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  Typically don't include prereleases in community, but after fixing the CRC check failed error, sk1 returns another error due to a deprecated function in the current stable release. Prerelease fixes this error and seems stable.

Loading...