User Profile

Collapse

Profile Sidebar

Collapse
timoteo
timoteo
Last Activity: Sep 14 '09, 10:52 PM
Joined: Jan 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • timoteo
    replied to "import wxPython"-error
    could you send it to my email?
    i am using python 2.6.1
    and wxpyhton
    but can not make a siple hello window example...
    Code:
    import wx
    app = wx.PySimpleApp()
    frame = wx.Frame(None, wx.ID_ANY, "Hello World")
    frame.Show(True)
    app.MainLoop()
    i receave the error:
    IDLE 2.6.1 ==== No Subprocess ====
    >>>
    Traceback (most recent call last):...
    See more | Go to post

    Leave a comment:


  • timoteo
    replied to telit script run number
    hello bvdet,

    It took me some time to understand how to make that file and manipulate it but now is resolved the problem.
    Thanks for your help.
    If you want you can close the thread.

    Regards,
    Tim
    See more | Go to post

    Leave a comment:


  • timoteo
    replied to telit script run number
    hello bvdet,

    Thanks for the fast answer!
    Do you know if in telit modules is possible to save a txt file?
    Because i am using a telit ge863 gps and don't know if it is as the os module.
    thanks once again

    Tim
    See more | Go to post

    Leave a comment:


  • timoteo
    replied to telit script run number
    bvdet,

    The i is like in the example, in the first run it collect the voltage in the second run it colect temperature and in the 3ยบ run it put all the information toghether and send it by sms.
    Thanks
    Tim
    See more | Go to post

    Leave a comment:


  • timoteo
    replied to Telit GM862-GPS software.
    hello remessas

    i have a script to send sms that don't work so fine...
    could you post your?
    thanks
    Tim
    See more | Go to post

    Leave a comment:


  • timoteo
    started a topic telit script run number

    telit script run number

    hello,
    I need to make a compiled script that I know how to do, done more then once, and work, *.pyo.
    Then I send it to the gsm module and put it run.
    The rest of the code is ok, I have test it more than once but to organize a group of aquired temperatures does not work, next is an example of the code that I need to run:
    Code:
    import MOD #Use build in module
    import MDM #Use AT command interface
    #i=5
    ...
    See more | Go to post
No activity results to display
Show More
Working...