Re: Problems running on hp duo Pentium R processor

2008-12-05 Thread jim-on-linux
find out why my program gets an import error on only one machine. Is there any problem with python running on a 64 bit Architecture machine or is it something specific to this one HP machine? None of my other clients have had this problem, nor have I on any machine that I've tried tested

Problems running on HP Intel duo core machine

2008-12-11 Thread jim-on-linux
ecked a lot of things but I'm not there yet, Any suggestions would be helpful. jim-on-linux -- http://mail.python.org/mailman/listinfo/python-list

Re: Problems running on HP Intel duo core machine

2008-12-11 Thread jim-on-linux
Aaron, The TraceBack is : TraceBack: File win32ui.pyc, line 12, in File win32ui.pyc Line 10, in _load ImportError: DLL Load Failed: The specified module could not be found. On Thursday 11 December 2008 14:58, jim-on-linux wrote: > py help, > > I produced a program that runs o

Re: Problems running on HP Intel duel core machine

2009-04-16 Thread jim-on-linux
wonder if they tried installing an HP? jim-on-linux http://inqvista.com > py help, > > I produced a program that runs on windows. > One client is using an HP machine with an Intel cpu > E2200 @ 2.2ghz., and with .99 G ram. > The machine is using Win XP Pro 32 bit OS with > s

Re: finding icons for Apps

2008-05-25 Thread jim-on-linux
Learn how to use Gimp, Make your own icons, of and from anything. You can use screen shots and picks from anywhere. Import your own photos and modify any pic however you want. Check them out, free download, tutorial. http://www.gimp.org jim-on-linux http://www.inqvista.com > Sano

Re: sorting a file

2008-06-14 Thread jim-on-linux
Dict.keys() ## get the keys from Dict x.sort() # produce a sorted list of keys of column3 Loop these sorted keys to extract from the dictionary the values related to each jim-on-linux http://:inqvista.com -- http://mail.python.org/mailman/listinfo/python-list

Re: install py2exe in vista

2008-06-22 Thread jim-on-linux
ink below. [EMAIL PROTECTED] jim-on-linux http://inqvista.com > I press 'OK', then.. > could not set key value python 2.5 py2exe-0.6.8 > > I press 'OK' again, then... > could not set key value > c:\Python25\Removepy2exe.exe" -u > "c:\python25\py2ex

Re: pyHook and py2exe

2008-06-22 Thread jim-on-linux
> ? > > is their any solution? > I would be glad to know if anyone ever experienced > this problem and if he solve it eventually > > I forwarded your question but you may want to ask again at the link below. [EMAIL PROTECTED] jim-on-linux http:\\inqvista.com > thanks &g

Re: Tkinter, repaint?, keep size?

2008-04-06 Thread jim-on-linux
ton1.grid(row = x, column = y, sticky = NSEW) put other stuff into the master using another frame and grid it in some other column and or row. If you make all buttons the same size inside the frame they will keep their size even if you have more text then the button will hold. There is

Re: Tkinter, repaint?, keep size?

2008-04-06 Thread jim-on-linux
On Sunday 06 April 2008 20:12, jim-on-linux wrote: > On Sunday 06 April 2008 13:24, > > [EMAIL PROTECTED] wrote: > > so my calculator is almost done for u > > that have read my previous posts. > > i have some minor problems i have to fix > > though. > > &g

Re: tkinter, annoying grid-problem

2008-04-11 Thread jim-on-linux
have to play with it to get the results that you want, which you can do. jim-on-linux http://www.inqvista.com ## class Calc : def __init__ (self) : self.mygui = Tk() self.mygui.title("Calculator") self.MkButtons()

Problems running on hp dual core processor

2008-09-22 Thread jim-on-linux
Python help, I have a number of clients running a program built with python 2.5. One has just purchased an HP with a duel core processor, 2.2G with .099g ram. On the new hp, when they try to print they get an import error; File win32ui.pyc line 12, in File win32ui.pyc, line 10, in _load Imp

Problems running on hp dual core processor

2008-09-22 Thread jim-on-linux
ImportError: DLL load failed: The specified module could not be found. The file is there The only difference I could find from their other machines is the processor. I would appreciate any help Jim-on-linux -- http://mail.python.org/mailman/listinfo/python-list

py2exe users

2009-11-28 Thread jim-on-linux
.6 on win XP. Any Ideas? jim-on-linux -- http://mail.python.org/mailman/listinfo/python-list

load_dynamic(_name_, path)

2009-10-08 Thread jim-on-linux
Python help, In win32api line 10 is written: mod = imp.load_dynamic(__name__, path) traceback; ImportError: DLL load failed: The specified module could not be found. import imp is available, Where does load_dynamic(__name__, path) come from? jim-on-linux -- http://mail.python.org/mailman

py2exe help

2010-05-11 Thread jim-on-linux
or message: ImportError: Dll load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Anyone have the same problem with this?. jim-on linux -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe help

2010-05-11 Thread jim-on-linux
I appreciate the help, it's working. jim-on-linux > jim-on-linux wrote in > news:mailman.74.1273614703.32709.python-l...@python.org > > in comp.lang.python: > > python help, > > > > I'm open for suggestions. > > > > I'm using py2exe t

<    1   2