<div dir="ltr"><div>Hi Martin<br><br></div><div>How does one go about distributing an architecture dependent plugin?  I am expecting to be developing mine for the windows 64-bit environment.  I wont have the facilities to prepare packages for other environments, but of course others can take the source code and do what they want.<br>

<br></div><div>Can I set up a package that windows 64 users can download and click to install?  Will I need to set up my own repository for this purpose?<br> <br></div>Thx,<br><br>Tom<br></div><div class="gmail_extra"><br>

<br><div class="gmail_quote">On Fri, Nov 22, 2013 at 2:33 AM, Martin Dobias <span dir="ltr"><<a href="mailto:wonder.sk@gmail.com" target="_blank">wonder.sk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Thu, Nov 21, 2013 at 6:00 AM, Tom Moore <<a href="mailto:moortom@gmail.com">moortom@gmail.com</a>> wrote:<br>
><br>
> As you can imagine from my newbie questions I'm not a python guy.  While I<br>
> really like a lot of the modern mechanisms in python I have never been able<br>
> to look at a python script without being puzzled by the retro/hipster nature<br>
> of using whitespace as syntax.  As someone who once lined up fortran<br>
> statements on punch cards you will have to pry whitespace indifferent<br>
> languages from my cold hunt-n-peck fingers. Anyway, I'm expecting to use<br>
> python for the ui and glue code, and do all of the number crunching in a C<br>
> module.  Horses for courses eh?<br>
<br>
</div>Let me note one more thing here: if you think of writing number<br>
crunching in C, things will get more complicated: you will need to<br>
compile and ship the binaries somehow - the plugin repository does not<br>
accept plugins with architecture dependent binaries. Maybe try to have<br>
a look at numpy module, it's fairly common for fast array/matrix<br>
operations in python.<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
</font></span></blockquote></div><br></div>