User forums > Help

Working with Python

(1/2) > >>

ivucica:
Cheers,

I'd like to work with Python in Code::Blocks, primarily because of I'm used to C::B's interface, and because of its excellent project files. I'm just starting to work with Python (being forced to :P ), so I'm not really familiar with its intricacies. All I need is that the program launches in when I press F9.

I guess I need to do something in Settings->Compiler and debugger->Other Settings->Advanced, but as I said, I don't know enough about Python nor about possibilities for modifying the way to launch scripts by calling an interpreter.

I don't plan to create mixed C++/Python projects -- I plan to work on pure C++ and pure Python projects.

So, is there a Python expert somewhere on these forums who has already made C::B work with Python? I don't need any extra debugging features and I don't want to compile+install any plugins, I only need a way to launch the Python program with stock Win32 C::B (and optionally GNU/Linux C::B).

dje:
Hi !

If you search the forums, lots of answers are present, even a python plugin (link).

Dje

zaley:
I can't find the plugin source code.
Can everyone tell me where i can download it?

Seronis:

--- Quote from: zaley on March 10, 2008, 08:03:28 am ---I can't find the plugin source code.
Can everyone tell me where i can download it?

--- End quote ---

well following the supplied link i read...


--- Quote from: dmoore on November 22, 2006, 04:35:46 am ---...
http://developer.berlios.de/projects/cbilplugin/
...
Source code here: http://prdownload.berlios.de/cbilplugin/CBPythonPlugin.zip

Source compiling instructions
...

--- End quote ---

Source Code link was fairly visible =-)

dmoore:
zaley: you should take the source from the project SVN. (the downloads are out of date)

the python plugin is bareboned and needs an overhaul (at present, the only really useful feature is debugging). you might find the ShellExtensions plugin more useful as it gives you a file system browser and customizable context menu actions.

Navigation

[0] Message Index

[#] Next page

Go to full version