Can you post your basic wx part code?
--
http://mail.python.org/mailman/listinfo/python-list
Well, I think my question was a programming question not a copyright
question.
I expect a nice script in 15-35 lines that protects my software from
working on
another machine. I don't want best protection method available, like
flexlm or etc.
My software is some kind of business secret and working
New mailing list for Maya/Python users.
http://groups.google.com/group/python_inside_maya
--
http://mail.python.org/mailman/listinfo/python-list
Here is my script
#**
#**
import threading
import socket
def openSocket(portNum):
mySocket = socket.socket ( socket.AF_INET, socket.SOCK_STREAM )
mySocket.
NO it dont work. If I remove threading part, it works like a charm.
Any Idea?
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 12, 10:35 pm, Thin Myrna <[EMAIL PROTECTED]> wrote:
> Farsheed Ashouri wrote:
> > NO it dont work. If I remove threading part, it works like a charm.
> > Any Idea?
>
> Of course it does then. Try to join the thread or do something else to
> prevent the non-thre
Hi everyone. I have started to develop a web base software for
renderfarm managing.
I run the cherrypy hello world! example and when I visit
127.0.0.1:8080
on firefox, a nice "Hello World" appears. I am on ubuntu and my ip in
local network is 192.168.100.18
but when I visit 192.168.100.18, there is
Thanks guys, Really appreciate your help. I am trying to solve the
problem and will keep you posted when I found a solution.
Farsheed Ashouri,
Tehran, Iran
--
http://mail.python.org/mailman/listinfo/python-list
I use this code to upload using cherrypy:
#Code Start==
class NoteServer(object):
_cp_config = { 'tools.sessions.on': True }
def index(self):
return """
filename:
Pars Studios, 200
Hi everyone. I create a little browser with wxpython and IEHtmlWindow.
But I have a little problem here.
When I press enter in the html page, The focus goes to another panel.
Why this happens?
I want to load a html page and it have textares and user should able
to press enter inside html page.
Th
10 matches
Mail list logo