Does anyone have an idea of what the following .dll's are for? Cx_freeze
includes them in a Python3.4-PyQt5 deployment adding about 23 Mb to my
application. Removing them doesn't appear to make any difference on my
computer, but I hesitate to distribute the application to others without
them. T
I think my answer is probably "Yes!" Anyone else interested, see
http://qt-project.org/wiki/Deploying-Windows-Applications.
Tim
On 07/01/2015 13:09, Timothy W. Grove wrote:
Does anyone have an idea of what the following .dll's are for?
Cx_freeze includes them in a Python3.4-P
Here is an example of Python being used with Maya for animation
http://vimeo.com/72276442
(No prizes for guessing what sport and team I support!!!)
Best regards,
Tim Grove
--
https://mail.python.org/mailman/listinfo/python-list
I'm sorry, but I don't know much more than this. If you follow the link
there is a description of how the animation was created under the video.
On 25/02/2014 18:47, Skip Montanaro wrote:
On Tue, Feb 25, 2014 at 12:07 PM, Timothy W. Grove wrote:
Here is an example of Python being
I was looking for a way to change keyboard layouts from within a Python
3 / PyQt4 application. Win32api.LoadKeyboardLayout has come to my rescue
on Windows, but is anyone aware of a cross-platform or OSX specific
solution for Apple Mac? Thanks for any suggestions.
Best regards,
Tim
--
https://
points to a 'bug' in objc or something else which
I've left out of my setup routine, but if anyone has any ideas, I would
be interested to hear from you.
Best regards,
Timothy Grove
On 05/03/2015 14:51, Timothy W. Grove wrote:
I was looking for a way to ch
n Thu, Mar 19, 2015 at 12:20 PM, Timothy W. Grove <mailto:tim_gr...@sil.org>> wrote:
A personal reply to my question sent me to the following link:
http://stackoverflow.com/questions/23729704/change-osx-keyboard-layoutinput-source-programmatically-via-terminal-or-appl.
I seem t
Can anyone recommend a good automatic crash reporting module that would
work nicely with a python3/pyqt4 application? Thanks.
Tim
--
https://mail.python.org/mailman/listinfo/python-list
Recently I purchased some software to recover some files which I had
lost. (A python project, incidentally! Yes, I should have kept better
backups!) They were nowhere to found in the file system, nor in the
recycle bin, but this software was able to locate them and restore them.
I was just wond
Anyone know of an 'active' Python User Group near Cheltenham, UK? I
spotted one in Birmingham (http://www.pywm.eu), but would like one a
little closer ... :-)
Tim
--
http://mail.python.org/mailman/listinfo/python-list
Hello Folks,
In a python application that I'm developing I've been asked to add
security to databases that the program might create and access; the
database is to be password protected by its creator. The application
uses an SQLite database, which could be changed for another back-end if
that
I am using the following code to hide the console window when launching
a subprocess under Windows.
startupinfo = subprocess.STARTUPINFO()
startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
startupinfo.wShowWindow = subprocess.SW_HIDE
self.mplayer = Popen(args,
I have successfully built a windows installer for my python program
using distutils, (python setup.py bdist_wininst), but is there a way to
do it that will allow a user ('user' == 'boss', in this case!) to
designate the installation directory, rather than being forced to
install into /Python/Li
Mark Hammond wrote:
On
9/09/2009 1:57 AM, Timothy W. Grove wrote:
I have successfully built a windows installer for my python program
using distutils, (python setup.py bdist_wininst), but is there a way to
do it that will allow a user ('user' == 'boss', in this cas
14 matches
Mail list logo