is (384, 512), even though
windows and my image editor say the image is 512 by 384. Could this
have something to do with the reason convolve2d() only works right on
the left-most 388 by 388 pixels? Thanks for any help.
-Mike Kreiner
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for your help Steve and F. Petitjean. Sorry for taking so long
to get back, I was away from my lab for a few days.
The path to my directory was not included in the sys.path list. Adding
a my.pth file to the site-packages directory fixed the import problem.
F. Petitjean, I originally edited
I am having trouble importing a module I created. I'm running PythonWin
on Windows XP if that helps. I saved my module in a folder called
my_scripts in the site-packages directory. I edited the python path to
include the my_scripts folder (it now reads
C:\Python23\Lib;C:\Python23\DLLs;C:\Python23\L
I should add that i mean no insult to the IDLE developers. they've done
a good job. it just seems that many people, after trying IDLE and being
unimpressed, decide to work on one of the myriad other open-source
python IDEs. i think we're all looking at python 3000 as being a huge
boost for python (
Thanks for all of your comments. I didn't intend for this to turn into
a "which IDE should I use?" posting, but everyone's comments gave me
food for thought all the same, and convinced me to try Eclipse and
WingIDE. Please forgive me for this lengthy explanation of my view.
Much of my original que
Are there any plans for developing a standard IDE for python that's
included with the python installation? I found information about other
IDE's elsewhere online, but couldn't even find any mention of this
possibility.
I'm still relatively new to Python--I switched over from VB--and I
found it dif