User Profile

Collapse

Profile Sidebar

Collapse
vmars956
vmars956
Last Activity: Nov 17 '08, 04:30 AM
Joined: Oct 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vmars956
    started a topic C:\Python\Scripts\ [*.file]s what are they, why

    C:\Python\Scripts\ [*.file]s what are they, why

    Greetings:
    The following files are all ' *.file ' .
    This seems wrong.
    They all contain similar to this:
    #!/usr/bin/env python
    from wx.tools.XRCed. xrced import main
    main()

    What are they, and can I rename to: *.py or *.pyw ?

    C:\Python\Scrip ts\
    =============== ==
    editra.File
    helpviewer.File
    img2py.File
    pyalacarte.File
    pyalamode.File...
    See more | Go to post

  • vmars956
    replied to BOA 'OnMenuHelpAboutMenu' Frame2 Dialog2
    Ah, yes, that would cause problems.
    I fixed that line.
    Unfortunately, the program continues to not bring up Dialog2.
    Any ideas?
    Thanks!
    See more | Go to post

    Leave a comment:


  • vmars956
    replied to BOA 'OnMenuHelpAboutMenu' Frame2 Dialog2
    Sorry, I don't know what you mean:
    I see the code for both 'Boa:Frame:Fram e2 ' and 'Boa:Dialog:Dia log2' .
    I purposely left out extraneous code for because everythong works except Dialog2 .
    Anyways I'll include it all here.
    Code:
    #Boa:Frame:Frame2
    
    import wx
    #import Dialog2
    
    def create(parent):
        return Frame2(parent)
    
    [wxID_FRAME2, wxID_FRAME2STATUSBAR1, wxID_FRAME2TEXTEDITOR,
    ...
    See more | Go to post

    Leave a comment:


  • vmars956
    started a topic BOA 'OnMenuHelpAboutMenu' Frame2 Dialog2

    BOA 'OnMenuHelpAboutMenu' Frame2 Dialog2

    Greetings; 11/01/2008

    I am stepping thru: "Getting Started Guide for Boa Constructor
    Kevin Gill November 1, 2000 March 2005 updated for Boa 0.4.0
    July 2007 updated for Boa 0.6.0 by Werner F. Bruhin "

    And everything works great, until I select the AboutMenu item.
    It does absolutely nothing, as far as Dialog2 is concerned.
    If I put some other code in 'AboutMenu' , instead of Dialog2...
    See more | Go to post

  • Python GUI that works on both Win32-XP and Mac OSX 10.5

    Greetings;
    I am hoping to find a 'Python GUI that works on both Win32-XP and Mac OSX 10.5' . Is there such an animal?
    For instance, is there a mxPython (for mac) that corresponds to wvPython on Windows?
    Thanks in advance!
    ...Vernon
    See more | Go to post
No activity results to display
Show More
Working...