Bitcoin Forum
May 28, 2024, 12:53:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 »
41  Economy / Marketplace / Re: Bitcoin Magazine on: January 31, 2012, 04:50:12 AM
This whole thing is regressing into a he said she said argument, so why don't we drop it at that? What was said could have been better expressed via private message, I would think. It is, after all, a personal issue with the magazine's editor's choice of graphic representation on this message board.

Matthew is the frontman and chief editor (and he deserves to be, he has poured his heart and soul into this process) but the magazine itself goes through a very deliberate and democratic process. I think that everyone involved will not consciously push something out into the public they don't think would be received well by the target demographic.
42  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 11:46:00 PM

Anyway, so here's some more messages from the output:

Code:
SWIG_compile_dll_MSVS2005.vcxproj -> C:\Users\Nuri\Repositories\BitcoinArmory\cppForSwig\Release\SWIG_compile_dll_MSVS2005.dll
2>          1 file(s) copied.
2>  python: can't open file '../pyqt/setup.py': [Errno 2] No such file or directory
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: The command "copy Release\SWIG_compile_dll_MSVS2005.dll ..\_CppBlockUtils.pyd;
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: python ../pyqt/setup.py py2exe --includes sip,hashlib -d ../pyqtexplore
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" exited with code 2.
========== Build: 1 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

It looks like there's something wrong with PyQt4, but it's definitely installed. I tested Python's PATH from command line, and that works, too. Hmmmm ...

nhodges, the errors you're showing me there all occur after the SWIG module is compiled.  If that's true, then you should already be done.  "1 file copied" is the last step needed to get from SWIG_compile_dll_MSVS2005.dll to _CppBlockUtils.pyd.  Anything involving setup.py or py2exe is all extras you don't need.  

In other words, if it's not working, there should've been other errors upstream.  I would need to see those, instead.  And now that we're up to about half a dozen posts about this, please PM me to continue figuring this out.  If we resolve it (assuming it doesn't work already) I'll feed the updates back to this thread.

Cheers,
-Eto

P.S. - I just checked on one of my VMs... that is the exact error I get when I don't have the extra binary-compilation tools around.  Once I see that, I can just click on ArmoryQt.py and it works!

Works, I manually copied and renamed SWIG_compile_dll_MSVS2005.dll, thanks! I was unsure if there was some sort of signing/packaging going on in that step, so didn't realize I could do that bit manually. Very odd that it has trouble copying stuff, as the repo is within my user's directory.

Thanks for holding my hand!
43  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 11:08:20 PM
It looks like the SWIG_compile_dll_MSVS2005.dll isn't even getting built on my system, the py2exe error comes right after the copy command to put the .pyd in the root directory. It definitely gets so far as creating as creating the "CppBlockUtils_wrap.cxx" file indicated by the README text file. Can I manually compile this somehow?

I don't know anything about manually compiling in Windows.  Though, I do plan to finally release alpha soon, which means binaries will come with it.  I got a not-cleaning-up-properly bug in the current binary that has to be fixed, then I'll maybe post a release-copy.  So worst case, wait a day or two and you can skip this Smiley


Well, I'm a programmer too ... so now I've got the itch to figure out wtf I'm doing wrong ...

You can't just tell me to wait or I'll scratch my eyes out!

I got it working on Linux ... but I only have 2GB of RAM on that computer, so it pretty much dies when I run Armory, lol.

Anyway, so here's some more messages from the output:

Code:
SWIG_compile_dll_MSVS2005.vcxproj -> C:\Users\Nuri\Repositories\BitcoinArmory\cppForSwig\Release\SWIG_compile_dll_MSVS2005.dll
2>          1 file(s) copied.
2>  python: can't open file '../pyqt/setup.py': [Errno 2] No such file or directory
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: The command "copy Release\SWIG_compile_dll_MSVS2005.dll ..\_CppBlockUtils.pyd;
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: python ../pyqt/setup.py py2exe --includes sip,hashlib -d ../pyqtexplore
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" exited with code 2.
========== Build: 1 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

It looks like there's something wrong with PyQt4, but it's definitely installed. I tested Python's PATH from command line, and that works, too. Hmmmm ...
44  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 10:26:35 PM
I've tried it under both. I have Python 2.6 for 32 bit systems installed. Is 2.7 a requirement on Windows?

When I try to compile under 32 bit, I do get the "CppBlockUtils_wrap.cxx" file, but it seems like it dies there when trying to create the pyd/dll.

I get this error in this case:

Code:
error MSB3073: The command "copy Release\SWIG_compile_dll_MSVS2005.dll ..\_CppBlockUtils.pyd;
python ../pyqt/setup.py py2exe --includes sip,hashlib -d ../pyqtexplore

Is there any debug information I can wrangle up that might help in figuring out what I'm missing?

Thanks

(1)  Both 2.6 and 2.7 work on my Windows machine, when using MSVS 2008.   I haven't tried any other python versions.
(2)  Ignore any errors to do with py2exe... that is an additional compile step that is unnecessary unless you are building binaries.  I suppose I could've created a new configuration just for compiling the binaries...

On point (2):  It's possible, if it got that far, that you actually completed the build, just got distracted by the py2exe red herring... Check the root proj directory for _CppBlockUtils.pyd
.  If it's there, try running ArmoryQt.py.  (If you want to test it on testnet, you can create a shortcut in that root directory, and select properties and add " --testnet" to the target line)

It looks like the SWIG_compile_dll_MSVS2005.dll isn't even getting built on my system, the py2exe error comes right after the copy command to put the .pyd in the root directory. It definitely gets so far as creating as creating the "CppBlockUtils_wrap.cxx" file indicated by the README text file. Can I manually compile this somehow?
45  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 10:16:14 PM
Having trouble on W7 VS2010, does it require 2005?

MSVS 2008 works for sure (that's what I've been using).  Someone else way earlier in the thread said they got it working with MSVS 2010, but I remember having trouble with it when I tried once (but didn't try too hard). 

i use vs2010 and followed the build instructions. worked from the start without adjustments (except converting the .sln file of course)

What did you have to do to convert the .sln file? I missed that in the instructions ... doesn't seem to be there anymore or I'm a doofus.
46  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 10:06:45 PM
Trying to build solution on W7 w/ VS2012, however seem to be getting about 85 of these types of errors:

error LNK2001: unresolved external symbol __imp_Py*

I definitely have python installed and in my path, as well as all the other requirements. Any thoughts?

It's possible that you are trying to compile for the wrong architecture.  Make sure you're selecting "Release" and "x64" at the top of MSVS (if you are on a 64-bit system) and make sure you have 64-bit python installed.  In my case, I got errors (albeit, different ones) if I tried compiling in 32-bit, because my installed C:\Python27\python27.lib file is only for 64-bit systems.

I suppose it could also be a SWIG problem, but it sounds like you got all the way to the linking phase, so SWIG had probably done it's job by then...



I've tried it under both. I have Python 2.6 for 32 bit systems installed. Is 2.7 a requirement on Windows?

When I try to compile under 32 bit, I do get the "CppBlockUtils_wrap.cxx" file, but it seems like it dies there when trying to create the pyd/dll.

I get this error in this case:

Code:
error MSB3073: The command "copy Release\SWIG_compile_dll_MSVS2005.dll ..\_CppBlockUtils.pyd;
python ../pyqt/setup.py py2exe --includes sip,hashlib -d ../pyqtexplore

Is there any debug information I can wrangle up that might help in figuring out what I'm missing?

Thanks
47  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 09:02:47 PM
Trying to build solution on W7 w/ VS2012, however seem to be getting about 85 of these types of errors:

error LNK2001: unresolved external symbol __imp_Py*

I definitely have python installed and in my path, as well as all the other requirements. Any thoughts?
48  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 30, 2012, 06:19:11 AM
Having trouble on W7 VS2010, does it require 2005?
49  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: January 29, 2012, 11:38:14 AM
I probably should have read all the way 'til the RAM requirement before I tried it out. Going to try this out on my Windows PC tomorrow.
50  Economy / Services / Re: Looking for someone to create/modify software for this forum [1100+ BTC] on: January 28, 2012, 09:42:18 AM
What about invision power boards? i wonder what d2jsp uses.

d2jsp uses a custom fork of IPB. njaguar himself made most of the modifications.
51  Economy / Services / Re: Anyone interested in audio work? on: January 27, 2012, 08:13:08 AM
Is this scoring, sound effects, voiceover work, all of the above? What are his rates like? Portfolio?
52  Economy / Services / Re: New site - BitcoinHorn.com - Get your message out on: January 27, 2012, 07:24:25 AM
Toward the end of getting more followers I'll be tweeting some giveaways from the BitcoinHorn account over the next few days.

Follow @BitcoinHorn

Looks like someone already claimed the BTC that was in the InstaWallet you tweeted earlier!
53  Economy / Goods / Re: Buying D2jsp Forum Gold - Offering BTC on: January 25, 2012, 03:00:34 AM
Sell the bit coins any buy the forum gold with cash? Or do you want rep?

He's trying to pay a fraction of what njaguar sells them for. Not worth risking the account loss.
54  Economy / Services / Re: Possible? Write a DD-WRT script to short two pins momentarily, to reset PC on: January 25, 2012, 02:13:21 AM
Have you tried a different BIOS version?

What about Wake on LAN?  Does that work on you're motherboard?  That's what I use and DD-WRT has it built in.  That will definitely allow you to turn your rig back on after an outage.
Cool. I never figured out WOL, cause the last few times I tried it never work. But that was not using dd-wrt though. Will try.
Might have to upgrade the BIOS, but i doubt it ever gets addressed, as 99% of people don't use that function at all.
But thanks though. The only problem left now is if it ever gets a hard lockup... then i am screwed.

WOL functionality is paramount to kiosk type system deployments. It's very commonly used.
55  Economy / Services / Re: Looking for someone to create/modify software for this forum [1100+ BTC] on: January 24, 2012, 08:34:51 AM
I think most of this can be built on top of PunBB's existing architecture. It is highly modular, and designed from the ground up to be extensible at almost any portion of its code base. It also supports Postgres out of the box.

(You can check out the developer documentation and let me know what you think. Its codebase is also licensed under the GNU General Public License.)

Most of the features requested are very straightforward and their needs fulfilled by existing functionality or by the development of custom plugins. The only things that deviate this project from a "standard message board application" are the weighted post / weighted time online and the request for an implementation of a web-of-trust similar to freenet's messaging service / bbs. Both of these are possible, however quoting against those two items without a full spec on what's entailed (more so on the weighted time / post, I don't think I understand what you mean 100%) is difficult.

I'm interested in taking on this project but before I give my quote could you expand a little on the weighted time/post item?
56  Bitcoin / Bitcoin Discussion / Re: Bitcoin Credit Card Design on: January 23, 2012, 01:33:28 AM
Are you this guy: http://taenaron.deviantart.com/

If not, how can you CC his wallpaper? lol
57  Economy / Speculation / Re: Goomboo's Journal on: January 21, 2012, 07:18:42 AM
Hehe, trading on the MACD lines is the Rich Dad, Poor Dad tactic they try to sell you at their conferences. It really is a simple concept to grasp and easy to keep a watchful eye on.
58  Economy / Currency exchange / Re: Buying 200BTC via Moneypak on: January 21, 2012, 04:16:55 AM
Nobody?

Sorry, someone filled my 20 BTC order. I might need another in a day or so.
59  Bitcoin / Bitcoin Discussion / Re: Feds kill Megaupload... are you buying Namecoins yet? on: January 20, 2012, 03:58:24 AM
http://www.wired.com/threatlevel/2012/01/megaupload-indicted-shuttered/

This story has  Shocked written all over it.  Who's next?

It wasn't a DNS takeover, their servers in VA actually got seized and confiscated. If you whois the domain, it's still pointed at their private nameservers.
60  Economy / Services / Re: 10 BTC Bounty on: January 18, 2012, 09:42:08 PM
http://blockchain.info/address/8cee9e379ac71e635736dcf08733b773bc1b1830

Looks good to me.  Let me know if you have any other related bounties you would like solved.

Thanks,
Dan

How was this solved? You can't aggregate data directly from the table, right? What updates it?
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!