1 2010-10-16T00:06:25  *** ronny has quit IRC
   2 2010-10-16T00:06:46  *** ronny has joined #moin-dev
   3 2010-10-16T02:19:18  * dreimark greetings from Beatty
   4 2010-10-16T02:27:44  *** ronny has quit IRC
   5 2010-10-16T02:33:25  <dreimark> ThomasWaldmann: will look at de translation later
   6 2010-10-16T02:33:44  <dreimark> had no internet the last three days
   7 2010-10-16T02:42:33  *** ronny has joined #moin-dev
   8 2010-10-16T09:11:41  *** ei-grad has joined #moin-dev
   9 2010-10-16T12:45:31  *** ei-grad has quit IRC
  10 2010-10-16T15:02:13  *** greg_f has joined #moin-dev
  11 2010-10-16T17:52:38  *** greg_f has quit IRC
  12 2010-10-16T17:58:00  *** greg_f has joined #moin-dev
  13 2010-10-16T18:37:21  *** ei-grad has joined #moin-dev
  14 2010-10-16T19:07:30  *** kursor has joined #moin-dev
  15 2010-10-16T19:26:34  <dreimark> bbl
  16 2010-10-16T19:42:51  *** ei-grad has quit IRC
  17 2010-10-16T20:01:26  *** greg_f has quit IRC
  18 2010-10-16T20:30:34  *** duffduffduff has joined #moin-dev
  19 2010-10-16T20:32:18  <duffduffduff> Good evening, I want to start develope plugins for moinmoin, and wanted try a little bit in the python shell, but on http://moinmo.in/MoinAPI/Beispiele#request almost the first import "from MoinMoin.web.contexts import ScriptContext" does not work (it does not find this module) whats wrong?
  20 2010-10-16T20:33:16  <ThomasWaldmann> hi duffduffduff
  21 2010-10-16T20:33:27  <ThomasWaldmann> which moin version do you use?
  22 2010-10-16T20:33:32  <duffduffduff> 1.9.3
  23 2010-10-16T20:34:01  <ThomasWaldmann> does "import MoinMoin" work?
  24 2010-10-16T20:34:40  <duffduffduff> no, it doesn't. I installed moin with prefix /usr/local
  25 2010-10-16T20:34:47  <duffduffduff> os is centos
  26 2010-10-16T20:35:16  <ThomasWaldmann> sys.path.insert(0, '/usr/local/...')
  27 2010-10-16T20:35:56  <duffduffduff> sry, which directory exactly?
  28 2010-10-16T20:35:59  <ThomasWaldmann> but if you are doing development, maybe it is easier to just work from a repo checkout (or just unpack the download) and NOT install it
  29 2010-10-16T20:37:15  <duffduffduff> no, now i want to try a little bit in python-shell, so to which path i have to insert?
  30 2010-10-16T20:37:31  <ThomasWaldmann> the parent dir of the MoinMoin code dir
  31 2010-10-16T20:39:06  <duffduffduff> so in my case : /usr/local/lib/python-2.4/site-packages/MoinMoin   ,right?
  32 2010-10-16T20:39:21  <ThomasWaldmann> minus the /MoinMoin
  33 2010-10-16T20:40:09  <duffduffduff> ok
  34 2010-10-16T20:41:54  <duffduffduff> hmm, if i would not use the prefix for installation it would be known or ?
  35 2010-10-16T20:43:19  <ThomasWaldmann>  /usr/lib/python-<version>/site-packages is usually in sys.path for python-<version>
  36 2010-10-16T20:43:48  <ThomasWaldmann> but as I said, you can also just be in the directory above MoinMoin/ to do experiments
  37 2010-10-16T20:44:08  <ThomasWaldmann> as it is usually the case with a checkout or unpacked download
  38 2010-10-16T20:44:40  <ThomasWaldmann> is this a rather old system or why py 2.4?
  39 2010-10-16T20:44:52  <duffduffduff> because of CentOS
  40 2010-10-16T20:45:07  <duffduffduff> there it is standard
  41 2010-10-16T20:45:57  <ronny> even debian is more recent
  42 2010-10-16T20:47:15  <duffduffduff> i can install python26 too, but don't know how to select this as standard python-version
  43 2010-10-16T20:47:40  <ThomasWaldmann> you don't
  44 2010-10-16T20:48:26  <ThomasWaldmann> (but you just use it for stuff you know is working with 2.6, e.g. moin)
  45 2010-10-16T20:52:17  <duffduffduff> sry, i don't understand
  46 2010-10-16T20:54:06  <ThomasWaldmann> if you would make a python 2.6 standard on a system that is tested with 2.4, there might be some breakage
  47 2010-10-16T20:54:58  <duffduffduff> ok, but moin does work without problems under 2.4, or?
  48 2010-10-16T20:55:08  <ThomasWaldmann> but it is no problem just normally installing it (binary named python-2.6) in parallel
  49 2010-10-16T20:55:38  <ThomasWaldmann> it should, but nobody except centos users use 2.4 these days
  50 2010-10-16T21:14:54  *** franklin_ has joined #moin-dev
  51 2010-10-16T21:17:41  *** franklin has quit IRC
  52 2010-10-16T21:18:18  *** duffduffduff has left #moin-dev
  53 2010-10-16T21:33:55  *** franklin has joined #moin-dev
  54 2010-10-16T21:36:01  *** duffduffduff has joined #moin-dev
  55 2010-10-16T21:36:02  *** franklin_ has quit IRC
  56 2010-10-16T21:36:21  <duffduffduff> hey, can i import and use a macro in a macro?
  57 2010-10-16T21:41:38  <duffduffduff> can i ?
  58 2010-10-16T21:45:45  <ThomasWaldmann> maybe :)
  59 2010-10-16T21:53:31  *** ronny has quit IRC
  60 2010-10-16T21:54:22  *** ronny has joined #moin-dev
  61 2010-10-16T22:06:19  *** kursor has quit IRC
  62 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-10-16 (last edited 2010-10-15 22:45:03 by IrcLogImporter)