[mitk-users] Python wrapping

2020-10-30 Thread Angelo Diko
Hello, I would like to know if you have an approximated date of releasing the python wrapping? Thank you Anxhelo Diko ___ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users

Re: [mitk-users] Python

2020-05-19 Thread Neher, Peter
inkelacker, Stefan; mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Python Hi Peter, Hope you all at DKFZ are doing well. Sorry for reviving this old email thread. We had kind of pushed this down the priority list back then. Does this creation of python plugins/modules using python 3 work

Re: [mitk-users] Python

2020-05-19 Thread Ashish Singh
21 42-2345 > > > > p.ne...@dkfz.de > > www.dkfz.de > > > > > > Management Board: Prof. Dr. Michael Baumann, Prof. Dr. Josef Puchta > > VAT-ID No.: DE143293537 > ------ > *Von:* Ashish Singh > *Gesendet:* Donnerstag, 12. Deze

Re: [mitk-users] Python and MITK

2020-04-20 Thread Floca, Ralf Omar
Hi, It should be supported. So you found a bug ;). You find the logic what is supported “to python” hidden at https://phabricator.mitk.org/source/mitk/browse/master/Modules/QtPython/QmitkPythonVariableStackTableModel.cpp$41 ff You find the logic what is supported “from python” hidden at https:/

Re: [mitk-users] Python and MITK

2020-04-17 Thread Neher, Peter
I will be happy to take a look as soon as the corona lockdown has ended. I added a corresponding task to phabricator. https://phabricator.mitk.org/T27324 Best, Peter Von: Floca, Ralf Omar Gesendet: Donnerstag, 16. April 2020 22:20 An: Neher, Peter ; Samuel Klistorner ; mitk-users@lists.sourc

Re: [mitk-users] Python and MITK

2020-04-16 Thread Floca, Ralf Omar
Hi, short answer: sadly no. Not in the workbench ☹ Reason: The mechanism currently used to transfer the image data is very primitive to say it politly. This is already very long on my would be great if we finally would refactor that code part and really make the images transparent accessible.

Re: [mitk-users] Python and MITK

2020-04-15 Thread Neher, Peter
Hi Samuel, you mean that the changes you are making in python are directly reflected in the MITK image? Unfortunately I don't know if that is supposed to work. I will try and look into this, but I never really used the python console. @Ralf, are you a python console user in MITK and maybe kno

Re: [mitk-users] Python

2020-01-06 Thread Neher, Peter
9 19:32 An: Dinkelacker, Stefan Cc: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Python Hi Stefan, We are using MITK version 2018.04.02 and creating our own plugins. We now need to invoke python scripts that requires some python packages(such as scikit-learn, numpy, pandas, etc.) a

Re: [mitk-users] Python

2019-12-12 Thread Ashish Singh
ATH if you have issues setting a specific Python > installation. > > > > [1] https://phabricator.mitk.org/T26559 > > [2] https://phabricator.mitk.org/T26701 > > > > > > *From:* Dimitris Bounias [mailto:bounias.dimit...@gmail.com] > *Sent:* Wedne

Re: [mitk-users] Python

2019-11-21 Thread Dinkelacker, Stefan
://phabricator.mitk.org/T26559 [2] https://phabricator.mitk.org/T26701 From: Dimitris Bounias [mailto:bounias.dimit...@gmail.com] Sent: Wednesday, November 20, 2019 7:58 PM To: mitk-users@lists.sourceforge.net Subject: [mitk-users] Python Greetings, We want to build mitk and develop plugins and

[mitk-users] Python

2019-11-20 Thread Dimitris Bounias
Greetings, We want to build mitk and develop plugins and some of those plugins will use python. We prefer python 3.6. 1) Is there any way to use python 3.6 on MITK 2018.04.2? Or is that a feature of an upcoming release? If yes, is there a rough timeline for the next release? 2) We can't build wi

Re: [mitk-users] Python packages using pip

2016-02-26 Thread Rostislav Khlebnikov
I might have been wrong about easily getting dependencies - scipy still requires external BLAS & LAPACK, but I still think it might be a good idea to have pip-way at least for python-only packages. Numpy actually installed cleanly using pip as well. Rostislav. On 26/02/2016 15:10, Rostislav Khl

[mitk-users] Python packages using pip

2016-02-26 Thread Rostislav Khlebnikov
Hi guys, some time ago I managed to add matplotlib to the package for my application to ship with built-in python interpreter with matplotlib functionality. But that was quite a bit of pain. Now that I see that I would also like to have scipy, it gets harder and harder to actually build the wh

Re: [mitk-users] Python Module Autloading?

2015-10-19 Thread Clarkson, Matt
rsprüngliche Nachricht- > Von: Clarkson, Matt [mailto:m.clark...@ucl.ac.uk] > Gesendet: Sonntag, 18. Oktober 2015 08:32 > An: MITK > Betreff: [mitk-users] Python Module Autloading? > > Hi there, > > this recent commit: > https://github.com/MITK/MITK/commit/b538b95b3045c

Re: [mitk-users] Python Module Autloading?

2015-10-19 Thread Heim, Eric
:32 An: MITK Betreff: [mitk-users] Python Module Autloading? Hi there, this recent commit: https://github.com/MITK/MITK/commit/b538b95b3045c7c7e2c637ba159615f3344095cd made the MitkPython library autoloadable with MitkCore, then this commit: https://github.com/MITK/MITK/commit

[mitk-users] Python Module Autloading?

2015-10-17 Thread Clarkson, Matt
Hi there, this recent commit: https://github.com/MITK/MITK/commit/b538b95b3045c7c7e2c637ba159615f3344095cd made the MitkPython library autoloadable with MitkCore, then this commit: https://github.com/MITK/MITK/commit/0e20393f6739ce8c29e60b1032a77a9b0c8015a1 took it out, as presumably the unit t

Re: [mitk-users] Python Packaging

2015-10-03 Thread Clarkson, Matt
eitag, 2. Oktober 2015 12:08 > An: MITK > Betreff: [mitk-users] Python Packaging > > Hi all, > > in 2015.5.2, is the packaging process meant to correctly when Python is o

Re: [mitk-users] Python Packaging

2015-10-02 Thread Heim, Eric
Betreff: [mitk-users] Python Packaging Hi all, in 2015.5.2, is the packaging process meant to correctly when Python is on? what about for 3rd party apps. Thanks Matt -- ___ mitk

[mitk-users] Python Packaging

2015-10-02 Thread Clarkson, Matt
Hi all, in 2015.5.2, is the packaging process meant to correctly when Python is on? what about for 3rd party apps. Thanks Matt -- ___ mitk-users mailing list mitk-users@lists

[mitk-users] Python issues

2015-09-28 Thread Kislinskiy, Stefan
Dear MITK-Python users, FYI - as the questions regarding Python increased recently - our "Python guy" is ill at the moment. Please expect a delay of a few days to get answer. Thank you. :) Stefan -- _

Re: [mitk-users] Python plugin x64 bit issues

2015-03-12 Thread Heim, Eric
there’s an open bug that addresses the python issues with the MITK modernizations: http://bugs.mitk.org/show_bug.cgi?id=18748 Best Regards, Eric Von: Ingmar Wegner [mailto:iweg...@gmx.de] Gesendet: Mittwoch, 4. März 2015 20:41 An: mitk-users Betreff: [mitk-users] Python plugin x64 bit issues Hi

[mitk-users] Python plugin x64 bit issues

2015-03-04 Thread Ingmar Wegner
Hi all, I am trying to compile a MITK superbuild with the Python Plugin included but the superbuild won't compile.   I have the following setup: MITK checkout from today (edb7990807b1999b0406c18c43e9238671f10de9). Generator: Visual Studio 12 2013 Win64 QT 5.4 CMAKE 3.1.0-rc2 activated MITK_

Re: [mitk-users] Python crash

2013-06-13 Thread Félix C . Morency
your platform. I will have a look at it soon. > > ** ** > > Best > > Michael > > ** ** > > *Von:* Félix C. Morency [mailto:felix.more...@gmail.com] > *Gesendet:* Montag, 10. Juni 2013 17:46 > *An:* mitk-users@lists.sourceforge.net > *Betreff:* [mitk

Re: [mitk-users] Python crash

2013-06-12 Thread Müller , Michael
your platform. I will have a look at it soon. Best Michael Von: Félix C. Morency [mailto:felix.more...@gmail.com] Gesendet: Montag, 10. Juni 2013 17:46 An: mitk-users@lists.sourceforge.net Betreff: [mitk-users] Python crash Hi list, Latest master (5dad94472207431dbe66c2580f81d91a00971dab

[mitk-users] Python crash

2013-06-10 Thread Félix C . Morency
Hi list, Latest master (5dad94472207431dbe66c2580f81d91a00971dab) + patch [1] crash at workbench startup on my computer. The crash seems to come from PythonQt. Is anyone else experiencing this? I want to confirm it is not an environment issue before logging the bug. [1]: http://bugs.mitk.org/sh

Re: [mitk-users] Python Bindings for MITK?

2009-11-21 Thread Müller Michael
feature one day. Michael Von: Stead Kiger [wki...@bidmc.harvard.edu] Gesendet: Freitag, 20. November 2009 21:34 An: mitk-users@lists.sourceforge.net Betreff: [mitk-users] Python Bindings for MITK? Hi, I am considering using MITK for a project and am

[mitk-users] Python Bindings for MITK?

2009-11-20 Thread Stead Kiger
Hi, I am considering using MITK for a project and am wondering if there are Python bindings available for MITK like there are for ITK and VTK. I have seen plans to develop Python bindings for MITK mentioned in a few places (mailing list and developer presentation) but don't know if these have

Re: [mitk-users] Python bindings

2008-01-24 Thread Mario Ceresa
Hello Marco, thank you for your email. After you kindly pointed me to SWIG, I noticed that ITK actually uses a modified version of it called CSWIG. They say it is best suited to handle some difficult aspects of ITK. Actually I don't understand very well how to run CSWIG, and, while waiting from h

Re: [mitk-users] Python bindings

2008-01-24 Thread Marco Nolden
Hi Mario, we have also plans for creating python bindings for MITK. First step though is enabling shared libraries for the windows platform, which should be available within the next weeks. I think the best wrapping tool for MITK is SWIG, since it is already used by ITK and VTK. Regards Marco

[mitk-users] Python bindings

2008-01-23 Thread Mario Ceresa
Hi everybody, thanks for mitk: it's a wonderful toolkit! I was wondering whether there is the opportunity to create python bindings for it. I've never worked on a thing like that before, so, first of all, do you think it is possible? If you think so, I found that one can generate such bindings wit