Chengcheng Xiao

Results 9 comments of Chengcheng Xiao

1) p4vasp uses `python2`. If you have `python2` installed then you should be good to go. 2) the quick installation script is broken so you'll need to follow the step...

Check out my fix: https://github.com/Chengcheng-Xiao/p4vasp especially the updated `README.MacOS` In short: Download `brew_pygtk.rb`(https://raw.githubusercontent.com/Chengcheng-Xiao/p4vasp/master/brew_pygtk.rb) ``` brew install --build-from-source ./brew_pygtk.rb —-with-libglade ``` I've put up a pull-request for this.

Thank you for brining this to attention. It seems the homebrew formula file should always be named after the name of the `class`. [LINK](https://docs.brew.sh/Formula-Cookbook) Simply change the name of the...

Maybe its a shell dependent thing, I use zsh and the postfix option works fine. I suggest you check your brew build by: ``` brew info pygtk ``` if the...

According to [Homebrew cookbook](https://docs.brew.sh/Formula-Cookbook). You can probably put `brew_pygtk.rb` in ``` /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ ``` and then install it with `brew install brew_pygtk`. I don't have any 10.15 machine to test this...

Homebrew is and always has been aggressive in terms of updating their package libraries. So, I think we are going to see more of these deprecated libraries in the future...

1. My local: ``` LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL="en_US.UTF-8" ``` 2. use `brew install gdk-pixbuf` and reinstall p4vasp will probably fix your problem. Since homebrew updated some...

Indeed. Search shows following files contain the tag `dxy`. ``` .//lib/p4vasp/SQLSystemPM.pyc .//lib/p4vasp/applet/ElectronicApplet.py .//lib/p4vasp/applet/ElectronicApplet.pyc .//lib/p4vasp/SQLSystemPM.py .//doc/api/python/p4vasp.applet.ElectronicApplet-pysrc.html .//doc/api/python/p4vasp.SQLSystemPM-pysrc.html .//doc/api/python/p4vasp.applet.ElectronicApplet-module.html .//data/glade2/lbandsapplet.glade .//data/glade2/elcontrolapplet.glade .//data/glade2/ldosapplet.glade .//data/glade/lbandsapplet.glade .//data/glade/ldosapplet.glade ``` Chang all `dx2` to `x2-y2` should do...

Sorry for the delayed response. Since the homebrew developers updated the gcc version to 8, you need to `brew install gcc@7` for this to work. Please see #12 for an...