Subject: Re: sparky extensions: update
From: bertoluc312
Date: May 15, 2006



Hi all and sorry for the double post. Ive figured out that Sparky
on windows looks for files in a home directory anytime it sees
something like ~/Sparky/python/. For some reason, this home
directory is not necesarily the same directory into which sparky is
installed!

For my previous problem, I now have the modified sparky_init.py file
in the proper directory and sparky sees it and compiles it properly.
The new extension call appears in the sparky menu. However when I
attempt to execute the extension, sparky is not finding the module.
The exact msg is

Traceback (most recent call last):
File H:cbertoluSparkyPythonsparky_init.py, line 15, in
bs_command
import bmrb
ImportError: No module named bmrb

Ive tried placing the bmrb.py file in

H:cbertoluSparkyPython
H:cbertoluSparkyPythonsparky
C:Program Filessparkypythonsparky

Nothing works.