I live in Italy, but i'm doing exactly what you want in Lumiq Studios (http://www.lumiq.com/) and this work will be the argument of my degree thesis (I will graduate in march,2008).
I'm working at this project since 6 months with Plone and Zope (we are trying to create our solution but starting from this platform) and now i have a fairly good amount of knowledge about assets magament system.
If you have some ideas or suggestion or if...
User Profile
Collapse
-
I have the same problem...but I havent't still found a solution.
Now I use PIL and wxwidgets and the situation is better.Leave a comment:
-
Windows XP Pro
Python 2.4
Eclipse
BoaConstructor
and
Mac OS X
python 2.4
Python IDELeave a comment:
-
[Pmw] Showing a Dialog to while main window in working
I have a Pmw.ScrolledCan vas that shows some informations taken from an xml file that i have to dowload every time i open my application.
But dowloading the files takes some time and I need to give some feedback to the users (now i wait about 3/4 seconds and than the main windows get opened but in the meantime I have no feedback).
How can i show another window that says: "wait some seconds while I perform some operations"?... -
How to get and show the first frame of a *.mov file
I am using a python wxRichTextCtrl and i have on it some files .mov (quicktime).
I would like to get and show as an image the first frame of the mov file.
Thanks -
-
I love you ;.) !!!!! Thank you so much...it works!
another question:
i've done that:[CODE=python]
self.textbox.Bi nd(wx.EVT_TEXT_ URL,self.GoToUR L)
[/CODE]
then:
[CODE=python]
def GoToURL(self,ev ent):
print event.
[/CODE]
how to get the URL from the event? I think it's something like event.URL()???
thanksLeave a comment:
-
wxpython: handling URL event
I have set an url property to a text in a RichTextCtrl :
now the text il linked but when I click on it nothing happens: I think I need to Bind an event to the RichTextCtrl but what event? I don't know what is the appropriate event!Code:self.obj.BeginURL('file:\\\%s'% str(i[0])) self.obj.WriteText( '%s/%s/%s\n' % (_splittata[-3], _splittata[-2], _splittata[-1]) ) self.obj.EndURL()
Please...
No activity results to display
Show More
Leave a comment: