Auf jeden Fall schon mal vielen Dank für die schnelle Beantwortung.
Leider kommt dann folgende Fehlermeldung:
Traceback (most recent call last):
File "kiteplangenerator.py", line 20, in <module>
import inkex
File "D:\Anwendungen\Inkscape\share\extensions/inkex.py", line 33, in <module>
import random
File "D:\Anwendungen\Inkscape\lib\python2.7/random.py", line 42, in <module>
from __future__ import division
ImportError: Bad magic number in D:\Anwendungen\Inkscape\python\Lib/__future__.pyc
Es wurde auch keine neue weakref.pyr erzeugt.
Wenn ich die future__.pyc ebenfalls "verstecke kommt folgende Meldung:
Traceback (most recent call last):
File "kiteplangenerator.py", line 20, in <module>
import inkex
File "D:\Anwendungen\Inkscape\share\extensions/inkex.py", line 33, in <module>
import random
File "D:\Anwendungen\Inkscape\lib\python2.7/random.py", line 49, in <module>
import hashlib as _hashlib
File "D:\Anwendungen\Inkscape\lib\python2.7/hashlib.py", line 149, in <module>
import logging
File "D:\Anwendungen\Inkscape\lib\python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref, collections
ImportError: Bad magic number in D:\Anwendungen\Inkscape\python\Lib/collections.pyc
Ich habe es auch nochmal neu installiert, aber der Fehler bleibt leider.
Viele Grüße
Janko