ramon information 499 glöps
- general:
- level: user
- personal:
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- @TropicalTrevor
IT'S WORKING!!!!!!! My guess for the final problem was that I use the French version of Excel 2010, so the name of the sheets were in French (feuille1 etc...). There was already 3 sheets opened, so I simply renamed them all to Sheet1, Sheet2 and Sheet3 and voila! I guess the demo could have created its own sheets instead on relying on the 3 default one to avoid that kind of problem.
Now I can comment: Fantastic production! I love hacking software to make them do stuff they are not intended to do! - rulezadded on the 2016-02-23 23:40:52
- demo Windows Android We, Robots by Andromeda Software Development [web]
- Good little prod from ASD!
- rulezadded on the 2016-02-23 03:24:55
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- @TropicalTrevor
Manually moving pywintypes27.dll and pythoncom27.dll to C:\Python27\Lib\site-packages\win32 did the trick, unfortunately, despite my Excel 2010 now opens, nothing happens :( Is Excel 2013 mandatory? This is the output of the command window that I now have:
D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse>C:\Python27\Python.exe D:\_P
C_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\PB_XLPaard.py
Traceback (most recent call last):
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\PB_XLPaard.py", line 672, in <module> test()
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\PB_XLPaard.py", line 656, in test
renderer = Excel(EXCEL_MAX_X, EXCEL_MAX_Y, PIXEL_SIZE, 2)
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\devices.py", line 208, in __init__self.sheets, self._excel = excel_sheets(buffer_count+1, path=macroPath)
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\devices.py", line 85, in excel_sheets bla[0].Move(Before=bla[1])
AttributeError: 'int' object has no attribute 'Move' - isokadded on the 2016-02-22 23:44:28
- 4k Windows 2nd stage BOSS by 0x4015 & YET11
- 2 things:
1-That was fucking epic. Easily in the top 5 4KB of all time.
2-My GTX 660 is now officially obsolete. Dropped to 13 FPS, even at 1.3Ghz... - rulezadded on the 2016-02-22 00:14:05
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- @TropicalTrevor
Thanks for your help. You were right, fixed with all 64 bit component as I'm running Win7 64, but still get an error:
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\PB_XLPaard.py", line 3, in <module> import win32api
ImportError: DLL load failed: The specified module could not be found.
This is what I did:
Uninstalled original pywin
Deleted 32 bit original folder C:\Python27
Re-installed 64 bit version Python 2.7.11 in C:\Python27 (default folder)
Re-installed 64 bit version pywin 220 in C:\Python27\Lib\site-packages (default folder)
"test_win32api.py" is indeed located in "C:\Python27\Lib\site-packages\win32\test" and "win32api.pyd" is also present, located in "C:\Python27\Lib\site-packages\win32". But there is no win32api.dll or other file with "win32api" in it!
This is the list of all the DLLs currently in my C:\Python27:
C:\Python27\Lib\site-packages\pythonwin\mfc90.dll
C:\Python27\Lib\site-packages\pythonwin\mfc90u.dll
C:\Python27\Lib\site-packages\pythonwin\mfcm90.dll
C:\Python27\Lib\site-packages\pythonwin\mfcm90u.dll
C:\Python27\msvcr90.dll
C:\Python27\Lib\site-packages\win32\perfmondata.dll
C:\Python27\Lib\site-packages\isapi\PyISAPI_loader.dll
C:\Python27\python27.dll
C:\Python27\Lib\site-packages\pywin32_system32\pythoncom27.dll
C:\Python27\Lib\site-packages\pywin32_system32\pythoncomloader27.dll
C:\Python27\Lib\site-packages\pywin32_system32\pywintypes27.dll
C:\Python27\Lib\site-packages\pythonwin\scintilla.dll
C:\Python27\DLLs\sqlite3.dll
C:\Python27\DLLs\tcl85.dll
C:\Python27\tcl\dde1.3\tcldde13.dll
C:\Python27\DLLs\tclpip85.dll
C:\Python27\tcl\reg1.2\tclreg12.dll
C:\Python27\tcl\tix8.4.3\tix84.dll
C:\Python27\DLLs\tk85.dll
Any clue of what is going on? - isokadded on the 2016-02-21 23:06:31
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- @ TropicalTrevor
I have Excel 2010 installed. Did the .bat thing and it tells me:
File "D:\_PC_Demo\_Cross-platform\Python\PB09-PB-XL-Horse\PB_XLPaard.py", line 3, in <module> import win32api
ImportError: DLL load failed: %1 is not a valid Win32 application.
Videos are for pussies! I'm a purist!!! What's next to make this thing work? ;) - isokadded on the 2016-02-21 20:12:51
- 16k demo JavaScript [ Type ] by FMS_Cat [web]
- Works on: Chrome 48, Opera 35 (which is a chrome clone)
Partially works on: Marathon 4.9.1 (sound only, garbage video)
Does not work on: Internet Explorer 11, Slimbrowser 7.00.138, Waterfox 43.0.3, Firefox 44.0.2, Tor 5.5.2, Edge 20 and Safari 5.1.7 (Just a "wait" sign, but noting happen even after several minutes)
So this more specifically a Chrome demo than a Javascript demo that could/should work on most/any web browser. That being said, this is a great demo for the size. Love the "Tron" style and the "glitch in the matrix!" effect. A little short, too repetitive, single camera path and the sound track is getting on my nerves a bit in the end. So piggy it is. - isokadded on the 2016-02-21 20:00:08
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- Updated to Python 2.7.11, same thing. What am I doing wrong?
- isokadded on the 2016-02-21 18:37:58
- wild Windows pb09: pb-xl-horse by Poo-Brain [web]
- Installed Python 2.7.6 and win32com 220 for Python 2.7 and no joy. Just a quick black windows pop up and vanish.
- isokadded on the 2016-02-21 18:31:30
- demo Playstation deadline caught me by Paradox & Threepixels [web]
- Great PSX demo!
- rulezadded on the 2016-02-19 05:14:53
account created on the 2009-10-01 16:12:16