Hi all,
 
I’m trying to invoke a form from python module (mod1) (which is not in the same 
name space as Form1 class  like this:
 #in mod1
def newWinOpen():
        Application.Run(Form2()) #I did import Form2 into this module#
 
Doesn’t work…
 
in my next attempt I put mod1 where I calling Form2 put into the same namespace 
as Form1 and Form2
 
 
In this case namespace class in Form1 doesn't see the mod1...
 
 
What is the right way to do that....???
 
Thank you,
 
Vadim
_________________________________________________________________
Climb to the top of the charts!  Play the word scramble challenge with star 
power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to