User Profile

Collapse

Profile Sidebar

Collapse
nil111181
nil111181
Last Activity: Jan 16 '08, 05:41 AM
Joined: Apr 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nil111181
    started a topic how to access module level variable in class

    how to access module level variable in class

    Code:
    import smtplib
    import mimetypes;
    from optparse import OptionParser;
    from email import Encoders;
    from email.Message import Message;
    from email.MIMEBase import MIMEBase;
    from email.MIMEMultipart import MIMEMultipart;
    from email.MIMEText import MIMEText;
    
    from StringIO  import StringIO
    
    mail_server_not_specify_form='''<?xml version="1.0"?>
    <form string="SMTP
    ...
    See more | Go to post
    Last edited by bartonc; May 2 '07, 07:26 PM. Reason: Added [CODE] [/CODE] tags

  • nil111181
    started a topic internal error in xmlrpc

    internal error in xmlrpc

    hello
    i got this error

    Traceback (most recent call last):

    File "import_data.py ", line 303, in ?

    imp._import();

    File "import_data.py ", line 265, in _import

    result=sock.exe cute(str(self.d b),3,str(self.p assword),'crm.c ase','create',c rm_dict);

    File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    ...
    See more | Go to post

  • nil111181
    replied to synchronization in python
    thank u for reply
    my problem is now solved

    thank u again...
    See more | Go to post

    Leave a comment:


  • nil111181
    replied to synchronization in python
    thank u for reply but i can't undestand i m new in python so if possible send me code for that

    Thank u

    Nilesh patel...
    See more | Go to post

    Leave a comment:


  • nil111181
    started a topic synchronization in python

    synchronization in python

    hello,
    i want to synchronize the set of statement in python
    it is working on the threading so when one thread is running then the other start running so the no generation become wrong due to the 2 thread
    so i want to execute one by one thread
    we cant do any thing to thread it is pre define architecture
    so we just do lock the resource

    thank u
    See more | Go to post
No activity results to display
Show More
Working...