Re: [python-win32] Using relative python path in exe files generated by `ScriptMaker`

2024-12-09 Thread Jacob Kruger
oss different operating systems as well? Jacob Kruger Skype: BlindZA "Resistance is futile...but, acceptance is versatile..." On 2024/12/10 07:33, Glyph wrote: Hi Ilya, The main solution here is "don't do that". You can build binary wheels and share them between machi

[python-win32] Capturing screenshots and recording audio in an ongoing basis, and submitting data to a RESTFul API

2024-10-09 Thread Jacob Kruger
27;s windows 11 machines. Thanks in advance -- Jacob Kruger Skype: BlindZA "Resistance is futile...but, acceptance is versatile..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Creating distributable packages/installers from python code for the windows platform

2024-04-26 Thread Jacob Kruger
erimenting a bit more with otehr code collections, etc. as well. Jacob Kruger Skype: BlindZA "...resistance is futile!...acceptance is versatile..." On 2024/04/26 13:06, Nikolay Spahiev wrote: On 26.04.24 г. 10:53 ч., Jacob Kruger wrote: Hi there ... But, I thought that, just maybe,

[python-win32] Creating distributable packages/installers from python code for the windows platform

2024-04-26 Thread Jacob Kruger
relevant, the modules am making use of in the primary operation of the software are things like requests, subprocess, dotenv, sqlalchemy, dateutil and pythonping, but anyway - don't think those could necessarily cause issues in this context? Thanks in advance -- Jacob Kruger Skype: Bl

[python-win32] PyInstaller giving me hassles the last week or so, operating under windows 11 64-bit - package required

2024-04-01 Thread Jacob Kruger
in32 has caused an issue? Tried replacing python 3.11 with 3.12, but, exact same issue. Also, if relevant, while running under latest up-to-date version of windows 11 64 bit, have in any case enabled case-sensitivity on the folder I store all my python code in, just in case. Thoughts? TI

Re: [python-win32] Recommended web server implementation to actively run multiple flask web apps on a windows machine

2023-09-08 Thread Jacob Kruger
, more or less run it under nginx on linux servers, using nginx .conf to route requests to .sock, or via gunicorn services. So, do agree that think must try out nginx running here under windows a bit more, or play around with wsgi mod under apache properly. Thanks Jacob Kruger Skype: BlindZA

Re: [python-win32] Recommended web server implementation to actively run multiple flask web apps on a windows machine

2023-09-08 Thread Jacob Kruger
areas. Jacob Kruger Skype: BlindZA "...resistance is futile!...acceptance is versatile..." On 2023/09/07 16:04, Vernon D. Cole wrote: I highly recommend nginx. I also highly recommend NOT running a web server on Windows. On Wed, Sep 6, 2023 at 1:14 AM Jacob Kruger wrote: Hi ther

[python-win32] Recommended web server implementation to actively run multiple flask web apps on a windows machine

2023-09-06 Thread Jacob Kruger
development. Now, I know in theory it's possible to map something like virtual directorys/paths via apache, which is what WAMP is working with, but, was just wondering what is the recommended web server package to work with in this context? Laragon? nGinX? WAMP? XAMPP? TIA -- Jacob K

[python-win32] imap mail parsing - forms of socket timeout/EOF errors

2022-12-06 Thread jacob kruger
sages as well? Thanks in advance -- Jacob Kruger +2782 413 4791 Skype: BlindZA "...resistance is futile...but, acceptance is versatile..."___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Debugging python with something like VS code, when working with flask web framework

2021-08-19 Thread jacob kruger
. Jacob Kruger +2782 413 4791 Skype: BlindZA "Resistance is futile...but, acceptance is versatile..." "...resistance is futile...but, acceptance is versatile..." On 2021-08-13 08:41 AM, jacob kruger wrote: Hi there I am specifically trying to sort out debugging code and pr

[python-win32] Debugging python with something like VS code, when working with flask web framework

2021-08-12 Thread jacob kruger
.com/docs/python/python-tutorial#_configure-and-run-the-debugger> This is working on a windows 10 64 bit pro machine, and, just want to know if anyone has suggestions with regards to implementing debugging when working with web development frameworks like flask, pyramid, etc.? TIA Jacob

[python-win32] Debugging python with something like VS code, when working with flask web framework

2021-08-12 Thread Jacob Kruger
implementing debugging when working with web development frameworks like flask, pyramid, etc.? TIA Jacob Kruger +2782 413 4791 Skype: BlindZA "Resistance is futile...but, acceptance is versatile..." "...resistance is futile...but, acceptan

Re: [python-win32] winsound.Beep not producing any output - windows 10 2004 64 bit

2020-07-22 Thread jacob kruger
Thanks, Todd - hadn't even thought about the fact that classic beep sound literally plays through the on-board speaker...been a while...LOL! Like said, not end of the world, but, will check out pyo, etc. in any case. Jacob Kruger Blind Biker Skype: BlindZA "...resistance is fu

[python-win32] winsound.Beep not producing any output - windows 10 2004 64 bit

2020-07-22 Thread jacob kruger
want to use it to either generate tones based on frequencies, or use it let me know when something has finished off in the background? Jacob Kruger Skype: BlindZA "...resistance is futile...but, acceptance is versatile..." ___ python-win

[python-win32] Passing a keystroke through to windows

2016-08-19 Thread Jacob Kruger
to be possible at all? Ask since while can already work with the clipboard, the user wants to automatically invoke the copying to clipboard at the same time? TIA Jacob Kruger Blind Biker Skype: BlindZA "Resistance is futile, but, acceptance is vers

Re: [python-win32] Something similar to py2exe for bundling python code into single file executables, using python 3.5.1?

2016-03-22 Thread jacob Kruger
Ok, turns out py2exe is definitely not compatible with 3.5.x - all online forum postings came across mention that, for example, under ./Lib/site-packages/py2exe there are no files relating to py35, so, will have to look into an alternative. Stay well Jacob Kruger Blind Biker Skype: BlindZA

[python-win32] Something similar to py2exe for bundling python code into single file executables, using python 3.5.1?

2016-03-20 Thread jacob Kruger
Like subject lines says, just wondering what's the simplest, easiest module/add-on, etc. to use for generating something close to a single file executable file when working with python 3.5.1? cx_freeze? AFAIK, py2exe isn't really usable with 3.5.1, as of yet? TIA Jacob Kruger B

Re: [python-win32] Implementing an instance of an external/physical .dll file?

2015-01-19 Thread Jacob Kruger
es of referring to it using it's ProgID: #start code import win32com.client spk = win32com.client.Dispatch("Say.Tools") spk.Say("hello world") #end code Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..."

[python-win32] Implementing an instance of an external/physical .dll file?

2015-01-19 Thread Jacob Kruger
I have a .dll pulled from following hub: https://github.com/qtnc/UniversalSpeech What's the easiest/simplest way to then implement/instantiate an instance of it working via file path? If possible, and, currently working with python 3.4, on a windows7 64 bit machine, FWIW. Stay well

Re: [python-win32] Creating standalone executable

2015-01-06 Thread Jacob Kruger
llowing: c:\python27\scripts\pyinstaller.exe scriptName.py --onefile Not sure it also works perfectly with required files/libraries, etc., and generally stick to cx_freeze myself, but, this does work for a cleaner bit of output... Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco w

Re: [python-win32] Python version itself

2014-05-11 Thread Jacob Kruger
on to end users, on different versions of windows itself, using workarounds like my relatively recent issue with MP3 playback, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Messag

[python-win32] Python version itself

2014-05-11 Thread Jacob Kruger
h the older version for a while longer? Cross platform compatibility? Code updates it will require if moving older code over to newer interpreter, etc.? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janito

[python-win32] pycon 2014

2014-04-29 Thread Jacob Kruger
https://www.youtube.com/results?search_query=pycon+2014 Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.pyt

Re: [python-win32] Audio file playback solution

2014-04-28 Thread Jacob Kruger
Will definitely look into/play with that part of it a bit, and, main thing, for now anyway, is that at least it lets me compile this into an executable, along with the implementation/use of a wxPython GUI... Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcom

[python-win32] Audio file playback solution

2014-04-27 Thread Jacob Kruger
27;s minor: https://code.google.com/p/mp3play/ Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Passing arguments/values back and forth between separate executables at/during runtime

2014-04-24 Thread Jacob Kruger
back the MP3 file included in that zip file, but anyway. Thanks Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Message - From: Tim Roberts To: Python-Win32 List Sent: Thursday, 24 April

[python-win32] Passing arguments/values back and forth between separate executables at/during runtime

2014-04-23 Thread Jacob Kruger
, but, what do you guys think? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Windows platform audio playback

2014-04-22 Thread Jacob Kruger
anning, and being at the very least able to choose the playback starting position for an audio clip, and, yes, will want tohandle both .MP3 and .wav? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] My bzPersonalAssistant code/project

2014-03-23 Thread Jacob Kruger
e using innoSetup - 16.9Mb: http://www.blindza.co.za/bzPersonalAssistant/setup.exe Either way, it seems to work/operate for now - just a quick test, except for throwing an error when I try to actually invoke sound recording, but, like said, that could be due to VMWare hardware imitation, or not... Jacob

Re: [python-win32] My bzPersonalAssistant code/project

2014-03-22 Thread Jacob Kruger
here you don't have to worry about end user environment as much... TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ÿþ<?xml version="1.0" encoding="UTF-16&q

Re: [python-win32] [wxPython-users] My bzPersonalAssistant code/project

2014-03-22 Thread Jacob Kruger
sound_lib.py2exe_datafiles(), etc. to the output folder of cx_Freeze as well..? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Message - From: "James Scholes" To: Sent: Saturday, 22 March,

Re: [python-win32] My bzPersonalAssistant code/project

2014-03-22 Thread Jacob Kruger
Thanks. BTW, the other non-standard modules am making use of, aside from wxPython 3.0 - went over to that one for help with wx.lib.scrolledpanel - include accessible_output, and sound_lib - from: http://hg.q-continuum.net Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wan

[python-win32] My bzPersonalAssistant code/project

2014-03-21 Thread Jacob Kruger
ndentation - and have left it like that in source code for now. TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Bringing an external initiated/called window to foreground/focus?

2014-03-19 Thread Jacob Kruger
Perfect! Only issue will be varying possibilities of titles for windows explorer window, but, can work around that. Thanks Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Message - From:

[python-win32] Bringing an external initiated/called window to foreground/focus?

2014-03-19 Thread Jacob Kruger
bit machine: explorer /select,c:\temp\testFile.txt Wondering if there's a relatively simple way to bring a specific, external window/application into foreground focus? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janito

[python-win32] Simple audio recording

2014-03-17 Thread Jacob Kruger
sound clips, etc.? TIA Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Getting an app to run from/in the windows system tray

2014-03-05 Thread Jacob Kruger
Thanks - will check it out, and, it seems to pretty much do what I want if I just run it. Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Message - From: "Mark Hammond" T

[python-win32] Getting an app to run from/in the windows system tray

2014-03-04 Thread Jacob Kruger
In other words, would like to be able to hide the main part of the interface, and display an icon in the windows system tray, which then either offers a context menu, or else just re-displays the main part of the interface when you double-click on the system tray icon? TIA Jacob Kruger Blind

Re: [python-win32] win32gui cursor position tracking etc.

2014-02-19 Thread Jacob Kruger
w anyway. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Tim Roberts To: Python-Win32 List Sent: Wednesday, 19 February, 2014 8:05 PM Subject: Re: [python-win32] win32gui cursor position

Re: [python-win32] win32gui cursor position tracking etc.

2014-02-18 Thread Jacob Kruger
Ok, figured out workaround that does pretty much what I want: win32api.GetLastInputInfo() That seems to return time stamp of last user interaction, including mouse moving, clicking, keyboard input, app switching, etc. stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

[python-win32] win32gui cursor position tracking etc.

2014-02-18 Thread Jacob Kruger
nce I primarily just navigate whole operating system using cursor and tab keys, along with keyboard invocation of menu systems, control shortcut keys, etc.. Suggestions? Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body

Re: [python-win32] Alternatives for 'compiling' python code into .exe

2014-01-10 Thread Jacob Kruger
OK, another update - took, and modified a slightly different version of the setup.py for py2exe that includes packaging MS runtime files/DLL's in library.zip, etc., and .exe output now seems to work, but anyway... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

[python-win32] Alternatives for 'compiling' python code into .exe

2014-01-10 Thread Jacob Kruger
uot;, line 82, in load_module File "wx\_core.pyo", line 125, in AttributeError: 'module' object has no attribute 'PROCESS_ENTER' Is there an alternative to py2exe I can try making use of? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body

Re: [python-win32] Win32 GUI for beginners.

2014-01-01 Thread Jacob Kruger
UI's, I am now trying to get going using wxPython properly/itself. If I may ask, what do you use to edit your python code, etc.? I use edSharp, which is a sort of blind programmers text editor, created by Jamal Masry - if tht name means much to you. Stay well Jacob Kruger Blind Biker

[python-win32] wxPython layout based on a form of markup?

2013-12-21 Thread Jacob Kruger
ility packages, and wxPython is best bet thus far, but, I work primarily in web development, so, yes, would be nice to work with web layout implementation as well... TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his

Re: [python-win32] monitoring access to files

2013-12-17 Thread Jacob Kruger
In windows at least, I can use os.stat(sFileName) to retrieve file attributes, including modified time, accessed time, etc.? Haven't used it, but, anyway: http://docs.python.org/2/library/os.html#os.stat Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not

Re: [python-win32] Exception handling wrapper/function for somethinglike a whole class

2013-12-17 Thread Jacob Kruger
at least generate a form of error/exception log in the location I specify as logdir. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Jacob Kruger To: python-win32@python.org Sent: Tu

[python-win32] Exception handling wrapper/function for something like a whole class

2013-12-16 Thread Jacob Kruger
her all, or multiple exception types, etc.? And, if am confused, or targeting the wrong approach, you are also welcome to offer better suggestions/guidelines relating to any form of exception handling approach, etc.? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his

Re: [python-win32] Simple little sound mixing app that reads timing/sound data from XML file

2013-11-19 Thread Jacob Kruger
thing, instead of how this one is currently operating. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Tim Roberts To: Python-Win32 List Sent: Wednesday, November 20, 2013 03:03 AM Subje

Re: [python-win32] Simple little sound mixing app that reads timing/sound data from XML file

2013-11-19 Thread Jacob Kruger
me to generate layout quickly and easily, but, know should look into wx itself in more detail/depth. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Tim Roberts To: Python-Win32 List

[python-win32] Simple little sound mixing app that reads timing/sound data from XML file

2013-11-19 Thread Jacob Kruger
As subject line says - current example .xml file is tracks.xml, and sound clips are in /sounds subdirectory, and it uses sound_lib to handle playback: https://dl.dropboxusercontent.com/u/13327195/soundMixing2Source.zip Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body

Re: [python-win32] Python sound playback threading control?

2013-02-14 Thread Jacob Kruger
then changed frequency in an incremental way, it sounded literally like speeding up, etc., as such. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Tim Roberts" To: "Pyth

Re: [python-win32] Python sound playback threading control?

2013-02-13 Thread Jacob Kruger
s of just, at least being able to manipulate playback pitch, at least 2D panning, pausing/stopping on demand, etc.? And, got hold of that sound_lib module from here: http://hg.qwitter-client.net/sound_lib TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not

[python-win32] Python sound playback threading control?

2013-02-12 Thread Jacob Kruger
L data to and from a dictionary collection. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Trying to run py2exe built/generated executables within a VMWare windows XP 32 bit instance

2012-02-22 Thread Jacob Kruger
these make use of externally installed modules, but haven't encountered similar issues on physical machines as of yet, but anyway. Thoughts? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___

Re: [python-win32] mouse cursor coordinates

2012-02-06 Thread Jacob Kruger
le to implement something like a large cross hair cursor based on a keystroke as such, using built in windows functionality. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger&

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Jacob Kruger
Ok, just tested it using win32gui.GetCursorPos function, and it does seem to obtain coordinates outside primary window as well, so let's see - thanks. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Mess

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Jacob Kruger
ground, but not hidden/minimised as such, but don't think that would help it catch certain keystroke combinations as such. Sorry if these are silly questions... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Mes

[python-win32] mouse cursor coordinates

2012-02-03 Thread Jacob Kruger
Wondering off-hand if there's a simple/easy way to obtain mouse cursor coordinates, and, also, how simple is it to interact with operating system, in terms of if the mouse cursor is in fact outside the GUI as such - if that makes sense? TIA Jacob Kruger Blind Biker Skype: BlindZA '.

Re: [python-win32] Query related to Python

2012-01-27 Thread Jacob Kruger
cific text editor, but it's again just that - a beefed up text editor program, so don't think it can really log changes, or run it's own version of source control as such - sorry. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spir

Re: [python-win32] Query related to Python

2012-01-26 Thread Jacob Kruger
keystroke to invoke system menu, opened up the edit submenu, done a select all, and then a similar copy to copy contents of that window to clipboard for later reference. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Origin

[python-win32] Referencing a DLL, preferably using relative file path, etc.

2012-01-12 Thread Jacob Kruger
Although have looked around, haven't found too much consistent information relating to doing something like referencing a DLL, preferably using something like a relative file path, as opposed to having it as a registered DLL through regsvr32, etc. Is this possible/simple as such? TIA

[python-win32] Second DLL question

2012-01-12 Thread Jacob Kruger
How easy/simple is it to actually compile python code into a DLL to be used on windows by other programming languages, etc.? I can easily enough use py2exe to generate command line apps that can be called using command line arguments, etc., but was just wondering (as well). TIA Jacob Kruger

[python-win32] timePlanning/logging app

2012-01-04 Thread Jacob Kruger
round quite easily) Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] MySQL connection/admin tool

2011-11-27 Thread Jacob Kruger
Ok, here seems to be quite a nice, sort of step-by-step bit of reference/tutorial material related to making use of MySQLdb, etc.: http://www.kitebird.com/articles/pydbapi.html Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his s

Re: [python-win32] MySQL connection/admin tool

2011-11-25 Thread Jacob Kruger
Will check it out. Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Vernon Cole To: Jacob Kruger Cc: python-win32@python.org Sent: Friday, November 25, 2011 7:32 PM Subject: Re: [py

[python-win32] MySQL connection/admin tool

2011-11-25 Thread Jacob Kruger
ways it would be better to connect to a MySQL database/server, and if there are commonly used examples out there, since didn't seem to find any off hand, and this is starting to come together, but, just wondering..? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broke

Re: [python-win32] Ok, reinstalled complete win32 set of packages/modules and now allsound/interface elements seem to be working on this windows764bit machine

2011-10-27 Thread Jacob Kruger
Oh yes, and another module is the wxPython keyboard_handler: http://hg.qwitter-client.net/keyboard_handler Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: Jacob Kruger To: python-win32@

[python-win32] Ok, reinstalled complete win32 set of packages/modules and now all sound/interface elements seem to be working on this windows7 64bit machine

2011-10-27 Thread Jacob Kruger
sound_lib seems to make use of the base24 component - you seem to just need to copy the base.dll file that's included in downloads from the following site into the relevant lib/site_packages.../sound_lib folder: http://www.un4seen.com/ Stay well Jacob Kruger Blind Biker Skype: BlindZA &#x

Re: [python-win32] Restart/re-run a thread

2011-10-27 Thread Jacob Kruger
that makes use of actual screen reader voices in meantime, and which works with python 2.7, which is what am using at the moment, but anyway: http://hg.qwitter-client.net/accessible_output/ Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his s

Re: [python-win32] Restart/re-run a thread

2011-10-27 Thread Jacob Kruger
world thus far. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Ben Timby" To: Sent: Thursday, October 27, 2011 4:31 PM Subject: Re: [python-win32] Restart/re-run a thread Jaco

Re: [python-win32] Restart/re-run a thread

2011-10-27 Thread Jacob Kruger
value of it's internal counter variable, etc. - simple example, but seems to work well enough, if you get my/the drift, and, what have pretty much found all over the 'net is that you get told not to try destroy anything manually/yourself, but anyway. Stay well Jacob Kruger Blind Bi

[python-win32] Restart/re-run a thread

2011-10-26 Thread Jacob Kruger
tly, it otherwise seems quite happy/comfortable to run multiple threads/play multiple sounds at the same time/near enough to each other, which is nice. TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' _

[python-win32] The opposite of a wxPython's SetFocus() method?

2011-10-18 Thread Jacob Kruger
now what I mean. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] GUI interface for my small RPG applets

2011-10-18 Thread Jacob Kruger
. However, here's the python source: http://www.blindza.co.za/uploads/mapData/mapDataLBC_src/mapDataLBC_src.zip Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32

[python-win32] Somewhat GUInterface for my mapData IF/RPG engine

2011-09-29 Thread Jacob Kruger
ve a look at it - starting point/file is mapDataGenerator.py - 421Kb: http://www.blindza.co.za/uploads/mapData/mapDataLBC_src/mapDataGenLBC_indent_src.zip -- Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___

[python-win32] Passing command line arguments to imported modules, or something like a session/global variable

2011-09-20 Thread Jacob Kruger
but that's also more suitable for my sort of development environment: http://www.blindza.co.za/uploads/LBC/childWindowsLBC.zip TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 m

Re: [python-win32] Recurring DLL error with py2exe

2011-08-26 Thread Jacob Kruger
server from home where connection is at least decent... So, thanks again, and stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message --- Subject: Re: [python-win32] Recurring DLL error with py2exe F

Re: [python-win32] Recurring DLL error with py2exe

2011-08-26 Thread Jacob Kruger
Thanks, Werner Adding the reference to the dll_excludes to the options dict made the py2exe setup.py now run fine. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message --- Subject: Re: [py

Re: [python-win32] Recurring DLL error with py2exe

2011-08-25 Thread Jacob Kruger
. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Tim Roberts" To: "Python-Win32 List" Sent: Thursday, August 25, 2011 6:57 PM Subject: Re: [python-win32] Recurring DLL err

Re: [python-win32] Recurring DLL error with py2exe

2011-08-25 Thread Jacob Kruger
ption = "testingWxPython", name = "aboutBox", options = {'py2exe': options}, # targets to build console = ["AboutBox.py"], data_files=data_files ) #---end of source--- Could it also maybe be something to do with this line?: console = ["

[python-win32] Recurring DLL error with py2exe

2011-08-25 Thread Jacob Kruger
what could really be happening here, or should I try sort out reinstalling windows7 or something...? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list python-w

[python-win32] PyCharm rather inaccessible/useless to me as such

2011-08-19 Thread Jacob Kruger
now will be sticking to text editor, or maybe try out eclipse, since that's what they want me to use here at work in any case, but anyway... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not

Re: [python-win32] Trying to make use of pyAudiere

2011-08-17 Thread Jacob Kruger
Maybe I'll check it out (pySonic) in any case. Once audiere is imported it seems to work nicely/well enough, but would be nice if could get it to import/load easily enough, but anyway. Thanks Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not

[python-win32] Trying to make use of pyAudiere

2011-08-16 Thread Jacob Kruger
lot more in it than I really need/want, and it's also given me some minor issues relating to trying to then build redistributable executables, etc., and this one really/honestly seems more suitable/more like what I actually want it for. Stay well Jacob Kruger Blind Biker Skype: BlindZA &

Re: [python-win32] More relating to catching cursor keystrokes in command line

2011-07-05 Thread Jacob Kruger
few google searches, etc., but didn't find a real answer until now, but, like you said, since it's not really platform independent, I think will for now leave it alone as such. Thanks again for help, either way Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his

[python-win32] More relating to catching cursor keystrokes in command line

2011-07-04 Thread Jacob Kruger
72 = up 75 = left 77 = right 80 = down Anyway, this is just testing, and like you said, would most likely not work too cross platform as such, but anyway. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but

[python-win32] Catching cursor keystrokes using something like msvcrt.getch() or msvcrt.getwch()

2011-07-01 Thread Jacob Kruger
arrow keystrokes. TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Generic/simple way to make backups of objects/their states?

2011-06-15 Thread Jacob Kruger
er an object/class instance to a string rendition, and then to maybe reiterate the original object later on..? TIA (and not too important, but just wondering) Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not

Re: [python-win32] 'exit is not defined'

2011-06-03 Thread Jacob Kruger
ondly, the reason I'm using tabs to handle indentation is partly since the editor I specifically am using for python source editing prefers that for use by VI/blind guys, and that's why it suits me, but anyway... Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body

[python-win32] 'exit is not defined'

2011-06-02 Thread Jacob Kruger
ta = open(sMapName + ".txt", "r") except: fData = None finally: if not bool(fData): print("invalid map name - " + sMapName + ".txt"); exit() Any thoughts/ideas/alternative workarounds? Jacob Kr

[python-win32] Trying to get py2exe to install/work on my windows7 64 bit machine

2011-06-01 Thread Jacob Kruger
, etc., and can't remember if ran some other scripts on my windows7 32 bit machine before it worked, but anyway. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mail

[python-win32] ProgID/class string for MS TTS Engine not working

2011-05-26 Thread Jacob Kruger
directly, but which windows7 doesn't seem to want to register a class name for, etc., but will now just have to look into what files etc. I'll need to copy/move around if I want to produce spoken text aside from normal output, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA &

[python-win32] pyTTS in versions later than 2.5

2011-05-25 Thread Jacob Kruger
seem available using it's namespace string, is it then possible to instantiate something like that using an actual file path? Asking since do have another DLL here that gives a bit more control over text-to-speech options/usage. TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate

[python-win32] Next step trying to include extra/external file in py2exe output

2011-05-24 Thread Jacob Kruger
py that file to somewhere else, and then just tell it to do something like: "includes" : ["mapDataFn"] Or should I maybe just run an import higher up inside setup.py itself? Sorry if I'm misunderstanding anything/everything...

[python-win32] Bit of a strange one using py2exe

2011-05-23 Thread Jacob Kruger
as such, or else at runtime it tells me it can't find the other module to import a function from. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ___ python-win32 mailing list pytho

[python-win32] Ok, version 2.7 is the actual one I should be using/focusing on

2011-05-20 Thread Jacob Kruger
Ok, only major change have found/made thus far is now that have changed all the input() prompts for command line over to raw_input() for now. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his s

Re: [python-win32] Next question relating to 'better' versions

2011-05-19 Thread Jacob Kruger
ect handling, etc. - hope that terminology isn't too far off, but mean things like list, tuple, dictionary objects, etc. etc., and I do also quite like the polymorphism of object/variable types, but along with their built-in function handling/attachment. Stay well Jacob Kruger Blind Bik

[python-win32] Next question relating to 'better' versions

2011-05-19 Thread Jacob Kruger
s path variable currently refers to python 3.2, but anyway - just wondering if it's better to not rush into newer versions off-hand, since also think my boss mentioned 2.6 to me or something? Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his