Re: [Visualpython-discuss] Need direction getting started
by Wayne Pedersen other posts by this author
Oct 5 2004 10:28AM messages near this date
view in the new Beta List Site
Re: [Visualpython-discuss] Need direction getting started
|
Re: [Visualpython-discuss] Need direction getting started
Thanks - Looks like I have some reading to do. I can understand and
respect the fact that some knowledge is needed. However, my question
has not been addressed.
How can I call a method in a python file from my Vb.Net app?
For example, I can take a C# module, add it to my project and then I can
use a statment like:
CSharpModule(SomeParam) to invoke it, or
Dim CSharpMod as new CSharpModule
CSharpMod.Method(Param)
How can I call upon the Python file in a simular way (such above methods
do not seem to work)?
Wayne P.
Jeff Griffiths wrote:
> Hi Wayne,
>
> Visual Python is an Python language support plugin for Visual Studio
> .Net, with support for editing, debugging and intellisense. We do
> however assume some knowledge of the Python scripting language in order
> to use Visual Python. For more information about Python, please see the
> ActivePython documentation:
>
> http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.3.2/
>
> If you are new to Python, you might be interested particularly in the
> free 'Dive Into Python' book:
>
> http://aspn.activestate.com/ASPN/docs/ActivePython/2.3/diveintopython/html/toc/index.html
>
>
> For more information on Pytohn's Windows-specific bindings, check out:
>
> http://aspn.activestate.com/ASPN/docs/ActivePython/2.3/PyWin32/PyWin32.html
>
> regards, Jeff
>
> Wayne Pedersen wrote:
>
> > I'm evaluating Visual Python for .Net. I know nothing about the
> > language, but was hoping I wouldn't need to.
> >
> > A coworker gave me a few files in Python from their linux environment,
> > and I was hoping to utilize these functions in my VB.Net program.
> > However, I do not see a way to do this from the tutorial documentation
> > installed with Visual Python.
> >
> > Would someone be able to help or point me to some docs?
> >
> > Thanks!
> >
> > Wayne P.
> >
> > _______________________________________________
> > Visualpython-discuss mailing list
> > Visualpython-discuss@[...].com
> > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
>
Thread:
Wayne Pedersen
Jeff Griffiths
Wayne Pedersen
Jeff Griffiths
|