bg.po: 576 translated messages, 426 fuzzy translations, 327 untranslated messages.
ca_ES.po: 344 translated messages, 513 fuzzy translations, 472 untranslated messages.
cs_CZ.po: 1330 translated messages.
da.po: 1329 translated messages.
de.po: 1329 translated messages.
en_GB.po: 76 translated messages, 1255 untranslated messages.
es.po: 1446 translated messages, 43 fuzzy translations, 25 untranslated messages.
fi.po: 911 translated messages, 195 fuzzy translations, 223 untranslated messages.
fr.po: 1322 translated messages, 6 fuzzy translations, 1 untranslated message.
hu.po: 1329 translated messages.
it.po: 1326 translated messages, 3 fuzzy translations.
ja.po: 1264 translated messages, 39 fuzzy translations, 26 untranslated messages.
ko.po: 577 translated messages, 410 fuzzy translations, 342 untranslated messages.
nl.po: 1329 translated messages.
pl.po: 938 translated messages, 221 fuzzy translations, 170 untranslated messages.
pt_BR.po: 1326 translated messages, 3 fuzzy translations.
ro.po: 747 translated messages, 313 fuzzy translations, 269 untranslated messages.
ru.po: 1070 translated messages, 137 fuzzy translations, 122 untranslated messages.
sk.po: 1140 translated messages, 108 fuzzy translations, 81 untranslated messages.
sl.po: 547 translated messages, 398 fuzzy translations, 384 untranslated messages.
sv.po: 1225 translated messages, 65 fuzzy translations, 39 untranslated messages.
uk.po: 427 translated messages, 503 fuzzy translations, 399 untranslated messages.
zh_CN.po: 1271 translated messages, 39 fuzzy translations, 19 untranslated messages.
zh_TW.po: 1078 translated messages, 205 fuzzy translations, 46 untranslated messages.
--
You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
Matthew Petroff <mat...@mpetroff.net>:
>Windows binaries for Hugin 2012.0.0-rc1 are now available. For the Python
>enabled builds, one needs a preexisting Python 3.2 installation.
How is that preexisting Python installation supposed to be installed?
Neither a global installation of Python 3.2 nor a local one copied to
./bin is recognized by python enabled hugin rc1 on my system..
"run python script" is greyed, no scripts are shown in the menue.
depends.exe applied to hugin.exe doesn't show a dependency on
python32.dll. AFAIR this has changed from beta1, which shows that
dependency.
I tried this with
>64-bit 7z Archive with Python:
>https://www.box.com/s/hvsl42i6ugfl4yvm2p0i
on Windows 7/64 german
--
Wir danken f�r die Beachtung aller Sicherheitsbestimmungen
Matthew Petroff <mat...@mpetroff.net>:
[64-bit 7z Archive with Python
https://www.box.com/s/hvsl42i6ugfl4yvm2p0i isn't Python enabled]
>It should work as long as Python is in your system path.
Even with a local Python 3.2 installation including python32.dll on the
path, it doesn't.
>possibility that there's something wrong with the build, but I don't have a
>64-bit system to test it on.
Perhaps I can offer some help. I have all the necessary tools and a
reasonably large system, but failed constructing a working build
environment, starting from the very outdated sdk instructions. There are
just too many dependencies which are far from working out of the box on
Windows. So I gave up early.
>There will be at least one more release
>candidate before 2012.0.0 is declared final, so if there is something wrong
>with that build, it hopefully won't manifest itself again.
Please apply sysinternals strings.exe (or a similar tool) to hugin.exe.
Applied to the 2012.0 beta 1 binary from july, the show the string
"python32.dll" and various external python symbols, Applied to the
actual rc1 binary, the output doesn't show "python32.dll", or any string
related to Python which isn't recogniceable as a UI string mentioning
it. From the outside, it looks just like a not python enabled build.
If there hasn't been a change from using LoadLibrary and GetProcAdress
with ordinal values, between beta1 and rc1, I guess there has something
failed while linking with the python interface library.