Ask a Question related to Mac Programming, Design and Development.
-
Wezzy #1
Python and ObjC
Someone knows how can i read the output from Python? i'm writing a
simple python shell, but i'm not able to get the ouptut from
PyRun_SimpleString().
Please Help me
Wezzy
Wezzy Guest
-
PYTHON, ODBC
We're looking into building a front end for our database in python. The database in question is an educational database, that generates new tables... -
ruby from python
hi, while is well known how to call python from ruby I would like to do the reverse. Have you some informations or hints ? -
RubyCocoa problem: No such file to load -- osx/objc/cocoa
Hi, I'm trying to get RubyCocoa to work with ruby 1.8.0 on MacOS 10.2.8. I followed Simon's advice and unchecked libruby-static.a in the... -
[PYTHON] YAPVRA (Yet Another Python vs. Ruby Article)
Interesting blog post from a Pythonista on "Linguistic Simplicity," and why Ruby fails to pass muster. ... -
PHP, Perl or Python
Hello Everyone: Here is what may be a very silly question: My hosting provider allows me to run any of the following three CGI languages: PHP,... -
Just #2
Re: Python and ObjC
In article <1g13869.ufaxrfigy7qeN%Fabio@est.it>, [email]Fabio@est.it[/email] (Wezzy)
wrote:
You may want to turn things around and drive stuff from Python. That way> Someone knows how can i read the output from Python? i'm writing a
> simple python shell, but i'm not able to get the ouptut from
> PyRun_SimpleString().
>
> Please Help me
you're much more flexible in where you direct your output to. Also: you
get to write more Python code and less C code, which guarantees a longer
life ;-).
Is it strictly neccesary for your application to _embed_ Python? Maybe
it's an option to run Python as an external process, and communicate
with it through a pipe.
Just
Just Guest
-
John C. Randolph #3
Re: Python and ObjC
Wezzy wrote:
Start here:>
> Someone knows how can i read the output from Python? i'm writing a
> simple python shell, but i'm not able to get the ouptut from
> PyRun_SimpleString().
[url]http://pyobjc.sourceforge.net/[/url]
HTH,
-jcr
John C. Randolph Guest
-
Wezzy #4
Re: Python and ObjC
John C. Randolph <jcr@nospam.idiom.com> wrote:
Thanks for the link, i have already visited PyObjC's site without any> Wezzy wrote:>> >
> > Someone knows how can i read the output from Python? i'm writing a
> > simple python shell, but i'm not able to get the ouptut from
> > PyRun_SimpleString().
> Start here:
>
> [url]http://pyobjc.sourceforge.net/[/url]
result. Now try again.
--
Ciao
Wezzy
Wezzy Guest



Reply With Quote

