FBachofner

Results 46 comments of FBachofner

Hi Tom: Thanks for your quick response. I've been reading up on Git while anticipating a response here -- and think it will be easy to put the cloned repository...

OK, I successfully Git-cloned ETESync where I wanted it next: * cd to correct directory and then * `virtualenv3 .venv` result: ``` Command 'virtualenv3' not found, did you mean: command...

come to think of it, `virtualenv3 .venv` is likely a Python command. How to invoke?

``` python3-virtualenv is already the newest version (15.1.0+ds-1.1). python3-virtualenv set to manually installed. ``` So, I guess I am just not invoking `virtualenv3 .venv` corectly

`sudo virtualenv .venv` result: `Running virtualenv with interpreter /usr/bin/python2` `sudo virtualenv -p python3 venv` seems to work OK, so the install instructions seem incorrect (for Ubuntu, at least) when it...

The default Python instance in Ubuntu is Python 2.7, so specifying `python3 -m source .venv/bin/activate` got everything going with Python3 I certainly can appreciate your limited time. For maximum reach...

Is there a "mingw53_64" in the "\QT\latest" directory? After all, you are trying to build a 64 bit version of the application, right?

OK, I see it. But now my head hurts 2 ways: 1. How would one expect "mingw32-make" to work when invoking against a 64bit environment? [ Keep in mind I...

> You shouldn't sell out the power/experienced users for the slugs. Just have the default be what it currently is and don't ask the user where to store it, have...

> After #151 is merged, you will be able to simply remove the `MANAGE_DOCUMENTS` permission and get a file chooser automatically. Good news. Thank you.